Yarn tasks are ran from this base dir.
yarn installPrefer 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 serveIf you wanna serve the built version on production mode :
yarn run serve:distIf you wanna serve the built version pointing on the demo’s server :
yarn run serve:demoIf you wanna serve the built version pointing on the nightly’s server :
yarn run serve:nightlyIf you wanna launch e2e (end to end) tests with Protractor on the built version :
yarn run buildNoRegTested and approved with the BrowserStack platform