todo-app-rr
v0.3.1-pre
Published
A todo app.
Downloads
6
Readme
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
