Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 267 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 267 Bytes

TODO App

Simple TODO app with JS Classes

Install dependencies

npm install

Start dev server

npm run serve

Build development

npm run build:dev

Build to production

npm run build