Skip to content

mikemorton/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

Start application:

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 dev-server

Run server:

npm run start-dev

Running production server

Build assets:

npm run build

Run server:

npm start

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 64.6%
  • JavaScript 34.1%
  • HTML 1.3%