Noflux TodoMVC Example Using TypeScript
This example is forked from https://github.com/jaysoo/todomvc-redux-react-typescript
This is an implementation of TodoMVC built using:
React & ReactDOM 15.4.2
Noflux -.-.-
Redux3.6.0TypeScript 2.2.1
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 6+
Install dependencies:
Running development server
Run webpack dev server (for assets):
Visit http://localhost:3000/.
Running production server
Visit http://localhost:3000/.
This will build the assets for you on the first run. For subsequent starts, you should run:
Testing
To run tests, use:
Last updated