- Clone it
- Run
npm install
in the root folder cd
into the/client
directory- Run
npm install
cd
out of there usingcd ..
and thencd
into the/server
directory- 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