Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 436 Bytes

Listr

A dead simple list app.

Local Development

yarn;
yarn start;

This will install dependencies via yarn and then start the app. Changes will be watched and refresh the page as changes are made.

Tests

yarn test;

Building / deployment

yarn build will create the static bundle - you can then serve it up via any webserver. yarn deploy will pull master, run tests, then build.