This project was generated with Angular CLI version 9.1.7.
$ npm install
# development
$ npm run start
Navigate to http://localhost:4200/
or http://127.0.0.1:4200/
. The app will automatically reload if you change any of the source files.
# development
$ npm run build
# production
$ npm run build --prod
# production (GitHub Pages via docs folder)
$ npm run build --prod --output-path docs --base-href /movies-client/
Deploy on GitHub Pages via angular-cli-ghpages
# production
$ ng deploy --base-href=/movies-client/ --repo=https://github.com/<username>/<repositoryname>.git --name="Your Git Username" [email protected]
# or using deploy information stored in angular.json
$ npm run deploy
# unit tests
$ npm run test
# end-to-end
$ npm run e2e
# starting up
$ docker-compose up
# shutting down
$ docker-compose down
Open your browser on http://localhost/
or http://127.0.0.1/
.
There are only four mocked users at the moment:
username: john
password: 123
username: mary
password: 456
username: jack
password: 789
username: marvin
password: 012
- Unit testing