Skip to content

mikekidder/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://jaysoo.ca/2015/09/26/typed-react-and-redux/

Getting Started

Requirement:

  • NodeJS 4+

Install dependencies:

npm install

Running production server

npm start

Visit http://localhost:8000/.

Note: This will run the pre-built JavaScript files, if you want to play around with the source you need to run the development server with webpack dev server (See below).


Running development server

Run webpack dev server (for assets):

npm run start:dev

Visit http://localhost:8000/.

Testing

To run tests, use:

npm test

About

TodoMVC example using Redux, React, and Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.2%
  • JavaScript 32.6%
  • HTML 1.2%