- Clone it
- Run
npm installin the root folder cdinto the/clientdirectory- Run
npm install cdout of there usingcd ..and thencdinto the/serverdirectory- Run
npm install
To run tests, cd server and then do npm run test
To deploy both front-end and back-end with hot reloading, use npm run dev in
the root directory.
To deploy front-end, cd client and do npm run start
To deploy back-end, cd server and do npm run dev