git clone https://github.com/thefrontside/ui-eholdings
cd ui-eholdings
yarn
yarn start
- Visit your app at http://localhost:8080.
By default, this will use the backend OKAPI cluster at
https://okapi.frontside.io However, if you want to run the application
against the mirage server contained within the browser, you can turn
it on with the --mirage
option:
yarn start --mirage
yarn test
(uses Karma and Mocha to test the application)
yarn build