0.3.1-pre • Published 10 years ago
todo-app-rr v0.3.1-pre
Todo App React Redux
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:proLaunch the webpack dev server
npm run serveGo to http://localhost:8080
Launch the express server
npm run startGo to http://localhost:3000