Skip to content

Latest commit

 

History

History
executable file
·
23 lines (14 loc) · 860 Bytes

readme.md

File metadata and controls

executable file
·
23 lines (14 loc) · 860 Bytes

Vanilla JavaScript TodoMVC Example

Purpose

This was originally part of an ES6 training by Kent C. Dodds

Now I'm using it to teach people about Webpack.

Thanks

This codebase was originally taken from the TodoMVC project starting here. Big thanks to them!

Project Setup

  1. Fork the GitHub Repo
  2. Clone your Fork
  3. Run npm install
  4. Run npm run validate
  5. If everything's running without errors, you can start checking out the available branches (git remote show origin)

Notes

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.