Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 540 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 540 Bytes

Build Status Standard - JavaScript Style Guide

ToDo Web App

Screenshot

screenshot

How to run

$ npm start

How to test

$ npm test

How to develop

$ npm run dev

How to lint

$ npm run lint

How to fix simple lint errors

$ npm run lint-fix