Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 367 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 367 Bytes

todos-esnext

todos demo use .san components and esnext

Prepare

$ npm i

Dev

First, run dev script:

$ npm run dev

And then, open http://localhost:8888/

Build

$ npm run build

Start static server at dist

$ type serve >/dev/null 2>&1 || npm i -g serve
$ serve dist -p 9999

Open http://localhost:9999/