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

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

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.