0.3.1-pre • Published 8 years ago

todo-app-rr v0.3.1-pre

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Todo App React Redux

Deploy

Build Status GitHub tag codecov

A todo app written with react, redux, and express.

Usage

Setup

git init
git clone https://github.com/eliaslfox/todo-app-rr.git
npm install
npm run build:pro

Launch the webpack dev server

npm run serve

Go to http://localhost:8080

Launch the express server

npm run start

Go to http://localhost:3000