- This simple blog website built using ReactJS.
- Followed
The net ninja
tutorial series on youtube.
In the project directory, you can run:
- Create a folder called data and place your json data in that folder.
- Run
npx json-server --watch data/db.json --port 8000
to start the json server. - Now the app is runing in port http://localhost:3000 in developoment mode.