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
yarn
Temporary JSON server. Fetches data from db.json
yarn mock-backend
Open JSON server: http://localhost:8000/
- /problems
- /problems/1
yarn dev