An open API service indexing awesome lists of open source software.

https://github.com/kibria-khandaker/react-redux-toolkit-blog-project


https://github.com/kibria-khandaker/react-redux-toolkit-blog-project

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

#### using Redux and React-redux and redux-toolkit

get data and install json-server: ` npm i json-server `

or ` npm i json-server -g `

to start server json-server type in cli with: ` $ json-server --watch data/db.json --port 3500 `