frontend
Project setup
Install JAVA
Install JAVA JDK
For windows OS add variable to path. Edit path
- Press
win+r
. - Enter
sysdm.cpl
. - Go to
Advanced
tab. - Open
Environment Variables
. - Append string
C:\Program Files\Java\{current jdk version}\bin
topath
variable.
Install dependencies
yarn install
Compiles and hot-reloads for development
yarn run serve
Compiles and minifies for production
yarn run build
Run all tests
yarn test
Run e2e tests
yarn test:e2e
Run unit tests and update coverage
yarn test:unit
Update components snapshot
yarn test:jest-update
Jest clear cache
yarn test:jest-clear
Lints. Get issues
yarn run lint