Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.05 KB

Netlify Status codecov

spluga app

Spluga App single page application.

Develop

  • install dependencies with yarn
  • start the development server with yarn start

Available dev scripts

  • yarn lint: runs code linters
  • yarn test: runs tests, re-runs them on code changes when not run in CI
  • yarn test --coverage: runs tests, calculates code coverage

Installing dependencies

This project uses yarn to manage dependencies. To install dependencies:

  • yarn add my-dependency to installs runtime dependencies
  • yarn add -D my-dev-dependency to installs dev-dependencies

Conventions

  • prettier is used to enforce code formatting. Installing the prettier extension for your editor of choice is highly recommended