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-dependencyto installs runtime dependenciesyarn add -D my-dev-dependencyto installs dev-dependencies
- prettier is used to enforce code formatting. Installing the prettier extension for your editor of choice is highly recommended