ff-appendix
Run development
yarn start
Run production build
yarn build
Run unit tests
yarn unit-tests
Check for linting errors
yarn lint
Run end-to-end tests
yarn cmd-e2e-tests
(run tests in command line)
or
yarn gui-e2e-tests
(open tests suite GUI)
NOTE
(tested on ubuntu 16.04)