Noflux TodoMVC Example Using TypeScript

This example is forked from https://github.com/jaysoo/todomvc-redux-react-typescriptarrow-up-right

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

This is an implementation of TodoMVCarrow-up-right built using:

It is adapted from the redux TodoMVC examplearrow-up-right.

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

Getting Started

Requirement:

  • NodeJS 6+

Install dependencies:

Running development server

Run webpack dev server (for assets):

Visit http://localhost:3000/arrow-up-right.

Running production server

Visit http://localhost:3000/arrow-up-right.

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

Testing

To run tests, use:

Last updated

Was this helpful?