This project was generated with Angular CLI version 10.1.3.
$ npm install# development
$ npm run startNavigate 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 /stock-projection-client/Deploy on GitHub Pages via angular-cli-ghpages
# production
$ ng deploy --base-href=/stock-projection-client/ --repo=https://github.com/<username>/<repositoryname>.git --name="Your Git Username" --email=your.mail@example.org
# 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 downOpen your browser on http://localhost/ or http://127.0.0.1/.