This demo relies on 3 things:
- Installing packages using
yarn - Running a local JSON server to fetch data (mock REST API)
- Run the development server
yarnTemporary JSON server. Fetches data from db.json
yarn mock-backendOpen JSON server: http://localhost:8000/
- /problems
- /problems/1
yarn dev