This is monorepo contain frontend project using ReactJS and backend project using ExpressJS.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
For API, you can access it in http://localhost:8000/api.
The page will reload if you make edits.
Remove node_modules folder from all project.
Builds the app for production to the build folder.
Runs the app in the production mode.
Run command on client project.
Install dependency in client project. Use npm install:client:dev for dev dependencies.
Run command on server project.
Install dependency in server project. Use npm install:server:dev for dev dependencies.