Skip to content

Todo app using React, Redux and Webpack. Based on the example from Dan Abramov's excellent tutorial (https://egghead.io/series/getting-started-with-redux)

Notifications You must be signed in to change notification settings

sadams/todo-redux-react-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

Todo app using React, Redux and Webpack. Based on the example from Dan Abramov's excellent tutorial (https://egghead.io/series/getting-started-with-redux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published