React Blogger
Suboor Khan
Software Engineer
ReactBootstrapJavascript
Simple blogging system created by using React JS, Redux for global state management and JSON Server as a fake database
Run these commands after downloading the source code
$ npm install
$ npm install -g json-server
$ json-server --watch data/db.json --port 8000
$ npm start