https://github.com/webmasterdevlin/redux-toolkit-course-starter
Starter code of the Redux Toolkit course
https://github.com/webmasterdevlin/redux-toolkit-course-starter
react reactjs redux redux-toolkit
Last synced: 10 months ago
JSON representation
Starter code of the Redux Toolkit course
- Host: GitHub
- URL: https://github.com/webmasterdevlin/redux-toolkit-course-starter
- Owner: webmasterdevlin
- License: mit
- Created: 2020-12-28T18:41:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T08:14:45.000Z (about 5 years ago)
- Last Synced: 2025-01-26T13:41:41.618Z (over 1 year ago)
- Topics: react, reactjs, redux, redux-toolkit
- Language: TypeScript
- Homepage:
- Size: 768 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Redux Toolkit Course
```sh
$ git clone https://github.com/webmasterdevlin/redux-toolkit-course-starter.git
$ cd redux-toolkit-course
$ npm install
$ npm run start:fullstack
```
The React app, and the fake web service will run concurrently.
