This project can be used to start developing a server + client project quickly.
It Can be used in for home assignments.
It was bootstrapped with Create React App.
In the project directory, you can run:
Runs the server code.
Open http://localhost:3001 to view it in the browser.
If the client is built it will be serverd for all non-api routes.
Start client code in develeopment mode.
Open http://localhost:3000 to view it in the browser.
Builds the client app for production to the client/build
folder.
It bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.