Skip to content

bhuber2010/es6-todomvc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 5.9%