Tour Of Heroes |
Development Server |
Build |
How to Contribute |
License
Project created following the official tutorial for beginners at Angular Docs.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To contribute with this project:
- Do a fork of this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: 'My feature details'
. - Push the commits to your branch
git push origin my-feature
.
After the merge of your pull request has been made, you can delete your branch.
This project is licensed under the MIT License. See the license page for details.