- Node and NPM up to date
- Nodemon, you can install it using
npm install -g nodemon
- Clone the repo
- run
npm install
on the ROOT folder - go to the client folder using
cd client
- run
npm install
on the CLIENT folder - go back to the root folder using
cd ..
Run npm run dev