Skip to content

RustyF/todomvc-redux-react-typescript

This branch is 49 commits behind jaysoo/todomvc-redux-react-typescript:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4046a16 · Dec 10, 2015

History

25 Commits
Sep 24, 2015
Sep 25, 2015
Nov 8, 2015
Sep 25, 2015
Sep 24, 2015
Nov 8, 2015
Oct 7, 2015
Sep 24, 2015
Sep 24, 2015
Oct 22, 2015
Nov 8, 2015
Sep 24, 2015
Sep 24, 2015
Sep 24, 2015
Sep 24, 2015

Repository files navigation

This is an example 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 0.12+

Start application:

npm start

Visit http://localhost:8000/.

Install dependencies for development:

npm install

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 66.4%
  • JavaScript 32.4%
  • HTML 1.2%