- Clone this project into your computer.
- Get inside the project's directory and execute
npm i
to install all dependencies. - Start the project executing
npm start
. - Have fun in http://localhost:4200 with the email
account@timer.com
and the passwordt3t1ng154fun
!
- First two steps of previous procedure if not already done.
- Launch the tests using
npm run test
. - Watch the results of the tests in chrome and also from the terminal.
- First two steps of the first procedure if not already done.
- Launch the test using
npm run e2e
. - Watch the results of the test in chrome.
- NPM as package manager
- Angular 10 to create the application itself.
- TSLint to ensure everything is according the laws described in
tslint.json
. - Prettier to keep things pretty to the eyes and following what is inside
.prettierrc
. - Firebase as authentication database and hosting (you can visit this project deployed)
- And finally Karma and Jasmine to cover unit testing.