A small demo blog site built using React framework. One can view all blogs, view details of specific blog, add new blogs and delete blogs!
Clone the repository. Open the terminal in the project directory.
$ npm install
To view the application in the browser, In the project directory, you can run:
$npm run start
To start the json server, Open another terminal in the project directory, and run:
$npx json-server --watch data/db.json --port 8000
This will run the app in the development mode.
Now open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Wanna Learn More? check out the React documentation.