A dead simple list app.
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.
yarn test;
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.