Future work on this repository has moved to the monorepo valera-rozuvan/experiments. This repo is archived for historic purposes (to preserve commit history). Navigate over to experiments/todomvc-redux-react-v15-typescript to see updates (if any).
TodoMVC example using Redux, React v15, and Typescript
This project began as a fork of jaysoo/todomvc-redux-react-typescript. A lot of changes took place to bring it up to speed. Think of it as a re-version in 2022 ;)
This is an implementation of TodoMVC built using:
- React & ReactDOM
^15.7.0
- Redux
3.7.2
- TypeScript
^4.4.3
It is adapted from the redux TodoMVC example.
Original blog post (conceived in 2015, updated in 2017): React and Redux with TypeScript
Requirement:
- NodeJS v14+
Install dependencies:
npm install
Run webpack dev server:
npm run start
Visit http://localhost:3000/.
npm run build:prod
This will build all the assets for you, and place the static files in the folder build
. You can then use any static file server to host your production app.
Licensed under MIT. See LICENSE for more details. See CONTRIBUTORS.md file for a list of all contributors to this project.