Aplication for bills manangement.
Instructions to run and deploy above.
NodeJS 6.9.x
Bower X.X.X
Gulp ^3.9.X
(Optional) Yarn X.X.X
Clone this repo and checkout to development branch
Run "npm i" or "yarn install"
Yarn runs much more faster than npm
npm run dev
This will start a local dev server in 8080 port
Unit tests are made with Karma and Jasmine.
To run tests, use npm test
to start unit tests suite.
These tests will run against the Travis CI in every push made to branches master and development.
Currently, we don't have E2E Tests :sadface:
Deploys are made in Travis CI (tool of choise for Continuous Integration) and deployed in Heroku automatically after success in CI
- Angular 1.5.8
- Angular Material ^1.1.0
- Auth0
Coming soon...
- Change UI/UX (currently, we use Angular Material. Keep Angular Material only for forms and labels)
- Finish Intro Screen
- Complete prototypes
- Backend Architecture