todoList-es6

build

This is a simple todo list using es2015, and the development is followed TDD. It used MVC as architecture, and mocha, chai as unit test method.

pre request

Please make sure you already have webpack and http-server installed globally.

npm run webpack http-server -g

install

npm install

start

npm start

build project

npm build

test

npm run test