- Clone this respository to your computer
- Access to the project folder on the computer via Termaial or Git Bash
- Excute
npm installto download all necessary packages - Excute
npm startto start the project
- JSON-SERVER also needs to be installed with
npm i json-server - New terminal
npx json-server db.json --port=5000