bhuber2010 / es6-todomvc

The vanillajs example converted to es6

Home Page:https://kentcdodds.com/es6-todomvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The vanillajs example converted to es6

https://kentcdodds.com/es6-todomvc


Languages

Language:JavaScript 94.1%Language:HTML 5.9%