Basic steps to build a blog with reactJS
- Node
- ReactJS
- Clone this repository
npm install- Start json-server
npx json-server --watch data/db.json --port 8000to create mock database npm run start- Browse to http://localhost:3000 (or whatever your port is)