How to setup this project
Before setting up this project, you should have at least version 16.0.1 of node.js installed on your machine.
- Installation of dependicies
npm install
- Installation of json-server (only if installation dependicies doesn´t cover this)
npm install json-server
Running this project
- Run json-server
npx json-server --watch data/courses.json
- Run Interface
npm run dev