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
- Host: GitHub
- URL: https://github.com/kibria-khandaker/react-redux-toolkit-blog-project
- Owner: kibria-khandaker
- Created: 2022-07-20T10:04:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T10:33:39.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T06:25:15.421Z (4 months ago)
- Language: JavaScript
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 `