Skip to content

codewithmohsen/frontend_clean_architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Architecture in React Projects

Enjoy to have a new experience on clean architecture in react projects by CodeWithMohsen perspective.

Installation

npm install --prefix ./frontend/web ./frontend/core ./backend

Usage

Solution 1

Bash command (easy to use) -> under construction for Mac systems.

./dev.sh

Solution 2

Backent server

npm run develop --prefix ./backend
https://192.168.0.1/1337

Frontend website

npm run dev --prefix ./frontend/web
https://192.168.0.1/3000

References

Acknowledgement

I have been implementing this project constantly for free to share knowledge of programming in reactjs communities, since 2023, by myself specially reviewing ASP .net solutions as backend projects where we have kind of this architecure there. It is my prespective of programming and it could have any mistakes, consequently please give me your comment and keep in touch. It is my pleasure if you donate me for free by following my profile and give me a shiny star by only one signle click to this project. Good Luck!

Copyright

Copyright (C) 2023-Now By CodeWithMohsen (Mohsen Hajikarimian) Please do not use this project in commercial projects.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published