Yarn tasks are ran from this base dir.
yarn install
Prefer the use of yarn to use stable dependencies versions fixed by the yarn.lock file
If you wanna serve the built version on dev mode :
yarn run serve
If you wanna serve the built version on production mode :
yarn run serve:dist
If you wanna serve the built version pointing on the demo’s server :
yarn run serve:demo
If you wanna serve the built version pointing on the nightly’s server :
yarn run serve:nightly
If you wanna launch e2e (end to end) tests with Protractor on the built version :
yarn run buildNoReg
Tested and approved with the BrowserStack platform