This was originally part of an ES6 training by Kent C. Dodds
Now I'm using it to teach people about Webpack.
This codebase was originally taken from the TodoMVC project starting here. Big thanks to them!
- Fork the GitHub Repo
- Clone your Fork
- Run
npm install
- Run
npm run validate
- If everything's running without errors, you can start checking out the available branches (
git remote show origin
)
Because Webpack 2 is currently in beta, there are issues with peerDependencies
, so you’ll have to use npm version 3 to be able to install the dependencies.