Front end development for the EPA RFI (Air Hound).
Key Links | URLs |
---|---|
Air Hound app | https://airhound.540.co |
API Documentation | https://airhound.540.co/api-docs/ |
Backend repo | https://github.com/540co/epa-rfi-backend |
Clone repo.
From within the cloned folder epa-rfi
run:
Node dependencies
npm install
Bower dependencies
bower install
From within the cloned folder epa-rfi
run:
Edit ./src/app/app.config.js
and update accordingly.
From within the cloned folder epa-rfi
run:
Edit ./src/assets/scripts/ga.js
and update accordingly.
gulp
orgulp build
to build an optimized version of your application in /distgulp serve
to launch a browser sync server on your source filesgulp serve:dist
to launch a server on your optimized applicationgulp test
to launch your unit tests with Karmagulp test:auto
to launch your unit tests with Karma in watch modegulp protractor
to launch your e2e tests with Protractorgulp protractor:dist
to launch your e2e tests with Protractor on the dist files