https://github.com/rieonke/react-redux-todo-ts
Example of a react/redux app using typescript
https://github.com/rieonke/react-redux-todo-ts
Last synced: about 2 months ago
JSON representation
Example of a react/redux app using typescript
- Host: GitHub
- URL: https://github.com/rieonke/react-redux-todo-ts
- Owner: rieonke
- License: mit
- Created: 2018-08-12T17:16:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T16:13:03.000Z (over 7 years ago)
- Last Synced: 2025-03-24T15:21:46.658Z (2 months ago)
- Language: TypeScript
- Homepage: https://medium.com/@nem121/todo-app-with-typescript-redux-e6a4c2f02079
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-redux-todo-ts
This is an example app using typescript, react and redux.
You can find an article explaining each parts of the app here :
https://medium.com/@nem121/todo-app-with-typescript-redux-e6a4c2f02079
## Start the application
You need to be at the root of the application folder and do :`npm install && npm start`
## Logger
If you open a debugging console in the browser, you should see every action logged into the console.