- clone this repository
- run
npm install
in the root to download & install required dependencies - run these 2 commands in separate terminal windows:
npm run start:server
to startjson-server
-based backendnpm run start:client
to start development server
- open the url you see in the terminal where you ran
npm run start:client
(should look likehttp://localhost:3000
)
If you've found an issue / have an idea for improvement, don't hesitate to open a new Issue