$ npm i
$ npm run start
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng g c component-name
to generate a new component. You can also use ng generate component|directive|pipe|service|class|guard|interface|enum|module
.
$ npm run build
The build artifacts will be stored in the dist/
directory.
Deployments are performed using Github Actions. When a commit is pushed to the master branch, the CI pipeline gets triggered which builds the code and then pushes the bundled code to Google App Engine.