noflux
  • Noflux
  • Choose a language
  • Noflux
    • migration
      • Migration from noflux to v0.x
      • from-v0-to-v1
      • Migration
    • advanced
      • @connect
      • API
      • state
    • Summary
    • basic
      • React
      • Basic
      • state
    • getting-started
  • Noflux
    • Summary
    • advanced
      • state
      • @connect
      • API
    • basic
      • React
      • 基础
      • state
    • migration
      • from-v0-to-v1
      • Migration
      • 从noflux到v0.x
    • getting-started
  • examples
    • README
    • Noflux TodoMVC Example Using TypeScript
Powered by GitBook
On this page
  • Getting Started
  • Running development server
  • Running production server
  • Testing

Was this helpful?

  1. examples

Noflux TodoMVC Example Using TypeScript

PreviousREADME

Last updated 4 years ago

Was this helpful?

This example is forked from

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

This is an implementation of built using:

  • 15.4.2

  • -.-.-

  • 3.6.0

  • 2.2.1

Getting Started

Requirement:

  • NodeJS 6+

Install dependencies:

npm install

Running development server

Run webpack dev server (for assets):

npm start

Running production server

npm run start:prod

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

It is adapted from the .

Read more about it in my blog post:

Visit .

Visit .

redux TodoMVC example
http://jaysoo.ca/2015/09/26/typed-react-and-redux/
http://localhost:3000/
http://localhost:3000/
https://github.com/jaysoo/todomvc-redux-react-typescript
TodoMVC
React & ReactDOM
Noflux
Redux
TypeScript