Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatchi/idiomatic-redux
https://github.com/tatchi/idiomatic-redux
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tatchi/idiomatic-redux
- Owner: tatchi
- Created: 2017-04-29T06:34:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T06:35:33.000Z (over 7 years ago)
- Last Synced: 2024-11-17T03:29:30.812Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App using React Redux Webpack
Yet another Todo app using React Redux and Webpack.
The content is based on the example in the
[great Redux tutorial by Dan Abramov](https://egghead.io/series/getting-started-with-redux).The aim here was to keep it *really* simple to get started with these technologies.
## Deps
npm install
This repository is meant to be used with npm 3. For version 2 also install:
npm install --save-dev babel-plugin-transform-object-rest-spread
npm install --save-dev babel-plugin-transform-class-properties## Build
node_modules/.bin/webpack
## Dev
node_modules/.bin/webpack-dev-server --hot --inline