Spluga App single page application.
- install dependencies with
yarn
- start the development server with
yarn start
yarn lint
: runs code lintersyarn test
: runs tests, re-runs them on code changes when not run in CIyarn test --coverage
: runs tests, calculates code coverage
This project uses yarn to manage dependencies. To install dependencies:
yarn add my-dependency
to installs runtime dependenciesyarn add -D my-dev-dependency
to installs dev-dependencies
- prettier is used to enforce code formatting. Installing the prettier extension for your editor of choice is highly recommended