Skip to content

ngbrown/redux-voting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full-Stack Redux Tutorial

Following Full-Stack Redux Tutorial by Tero Parviainen.

Uses:

  • React 0.14
  • React Router 1.0.0 RC3
  • Babel 6

Setup Development Environment

To download dependencies, run:

> npm install

To run tests:

> npm run test

To watch for changes and run the tests:

> npm run test:watch

For the next commands, install webpack globally:

> npm install -g webpack webpack-dev-server

To build client package:

> webpack

To serve up the client at http://localhost:8080/:

> webpack-dev-server