Skip to content

jamesaspence/listr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.