This part of BRN project responsible for end-user UI.
You will need the following things properly installed on your computer.
- install volta.sh
- install watchman
git clone <repository-url>
this repositorycd brn/frontend
yarn install
-
yarn local
starts DEV incremental build pointed to localhost:8081 as API -
yarn remote:prod
starts DEV build pointing to production BE -
Visit your app at http://localhost:4200.
-
Visit your tests at http://localhost:4200/tests.
ember test
ember test --server
yarn test:coverage
- open
./coverage/index.html
to see detailed report
yarn lint:hbs
yarn lint:js
yarn lint:js --fix
ember build
(development)ember build --environment production
(production)