asp24 / todomvc-redux-react-typescript

TodoMVC example using Redux, React, and Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 66.3%Language:JavaScript 32.5%Language:HTML 1.2%