Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 498 Bytes

readme.md

File metadata and controls

38 lines (25 loc) · 498 Bytes

Todo List Stencil App

A simple Todo List app using Stencil.js.

Getting Started

Run:

npm install
npm start

To view the build, start an HTTP server inside of the /www directory.

To watch for file changes during development, run:

npm run dev

To build the app for production, run:

npm run build

To run the unit tests once, run:

npm test

To run the unit tests and watch for file changes during development, run:

npm run test.watch