Dojo blog is a blog site that allows you to perform basic functions add new blogposts, view the details of a blogpost and delete a blogpost.
It was built following the Net Ninja React Tutorial
Ensure you have node installed on your local device
- Fork the repository to create a version on your account
- Clone the repository
//locally
git clone https://github.com/<Your Github Username>/dojo-blog.git
- Install the node packages
npm install
- Inspect the
package.json
to see the available scripts- Start script
npm start
-
Runs on
http://localhost:3080/
-
Start the json server
npx json-server --watch data/db.json --port 8000
- Runs on
http://localhost:8000/
Add blog posts, view and delete