Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 2.03 KB

README.md

File metadata and controls

34 lines (31 loc) · 2.03 KB

WebPack ToDo List

Build Status devDependency Status Code Climate Test Coverage Issue Count
A simple ToDoList using great things :)

Stack

NPM Commands

For generate propTypes based documentation npm run docs
For serve a static server npm run serve
For build the app you can use npm run build
For development you can use (watcher) npm run build:dev
For generate coverage data and test your app you should use npm run test
For TDD or watch tests while you coding you should use npm run test:dev
OBS: TESTS ARE CRASHED BY SOME LIBS, CORRECT IN PROGRESS

Install & Execute

  git clone https://github.com/guidiego/webpack-todolist.git
  cd webpack-todolist
  npm install #wait for a long time...
  npm run build
  npm run serve