Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chandu0101/redux-demo
https://github.com/chandu0101/redux-demo
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chandu0101/redux-demo
- Owner: chandu0101
- License: mit
- Created: 2020-03-09T02:08:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:28:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T12:50:19.689Z (about 2 months ago)
- Language: TypeScript
- Size: 7.45 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the starting place in conjunction with my **Redux Toolkit** comparison video. Please start here. NOTE: no dependencies related to Redux are installed here! Please follow along in the video and add them with me!
## How did I create this project?
1) I created a Typescript template create-react-app project by running
`npx create-react-app rtk --template typescript`
2) Personal Preference and purely optional, but I installed `prettier` and created the `.eslintrc.json` file to link prettier and ESLint together.
3) I installed `uuid` and `@types/uuid` to be able to generate unique IDs.
4) I removed most of the starter code that CRA gives you and created the template that you see above.## How do I start the app??
Go to the root directly, open up the terminal, and type `npm start`