Skip to content

cjolowicz/muckr-web

Repository files navigation

Build Status Coverage Status Dependencies Dev Dependencies Code style: prettier Code style: airbnb Greenkeeper

muckr-web

Web app for muckr

This project has a changelog.

Live

Script API

Script Description
yarn build Build the package
yarn build:babel Build the package (server only)
yarn build:webpack Build the package (client only)
yarn start Start the server
yarn start:dev Start the server (for development)
yarn format Re-format the source code
yarn test Invoke the test suite
yarn test:lint Invoke the test suite (lint only)
yarn test:flow Invoke the test suite (type-check only)
yarn test:unit Invoke the test suite (unit-tests only)