Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

TodoMVC example using Redux, React v15, and Typescript

License

Notifications You must be signed in to change notification settings

valera-rozuvan-archive/todomvc-redux-react-v15-typescript

Repository files navigation

todomvc redux react v15 typescript

wip has moved

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).

introduction

TodoMVC example using Redux, React v15, and Typescript

Fork

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 ;)

About

This is an implementation of TodoMVC built using:

It is adapted from the redux TodoMVC example.

Original blog post (conceived in 2015, updated in 2017): React and Redux with TypeScript

Getting Started

Requirement:

  • NodeJS v14+

Install dependencies:

npm install

Running development server

Run webpack dev server:

npm run start

Visit http://localhost:3000/.

Generating a production build

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.

License

Licensed under MIT. See LICENSE for more details. See CONTRIBUTORS.md file for a list of all contributors to this project.