How to run

  1. yarn install
  2. yarn start

How to run tests

yarn test

Tests are using Karma wich is installed in project. So you don;t need to install karma-cli.

Other commands

yarn build

Creates production build and output it to ./dist folder.