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