Readable Project
Heroku deployment
https://github.com/mars/heroku-cra-node
Start Developing
To get started developing right away:
- Install and start the API server
cd api-servernpm installnode server
- In another terminal window, install and start the front-end
cd react-uinpm installnpm start
Or use:
npm run start-dev