This is a description of The Ratatouille Moment project that I'm sure someone will actually flesh out one day.
- Fork the repo
- CD into root directory of the repo and run the command
npm run install-all
- You can then start the entire project, frontend and back using the command
npm run dev
- To run either the frontend or backend separately, use command
npm run client
ornpm run server
from the root directory