$ git clone https://github.com/ahmedbhl/Covid-19-certificate
$ cd Covid-19-certificate
$ npm i
$ npm start
or using CLI to start project
$ ng serve
Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
To build the project. Use the --prod
flag for a production build.
$ npm run build
or using CLI
$ ng build
The code to deploy will be in the dist
folder.
The following open source projects were used for the development of this service:
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.