Skip to content

icebyrg/todomvc-redux-react-typescript

 
 

Repository files navigation

https://travis-ci.org/jaysoo/todomvc-redux-react-typescript

This is an implementation of TodoMVC built using:

It is adapted from the redux TodoMVC example.

Read more about it in my blog post: http:https://jaysoo.ca/2015/09/26/typed-react-and-redux/

Getting Started

Requirement:

  • NodeJS 6+

Install dependencies:

npm install

Running development server

Run webpack dev server (for assets):

npm start

Visit http:https://localhost:3000/.

Running production server

npm run start:prod

Visit http:https://localhost:3000/.

This will build the assets for you on the first run. For subsequent starts, you should run:

npm run build

Testing

To run tests, use:

npm test

About

TodoMVC example using Redux, React, and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 68.2%
  • JavaScript 30.6%
  • HTML 1.2%