jv-amorim / Angular-Tour-Of-Heroes

Project created following the official tutorial for beginners at Angular.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tour Of Heroes

GitHub language count Repository size GitHub last commit License

Tour Of Heroes   |    Development Server   |    Build   |    How to Contribute   |    License

Dashboard Search Component Heroes Listing Hero Details

Tour Of Heroes

Project created following the official tutorial for beginners at Angular Docs.

Development Server

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.

Build

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.

How to Contribute

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.

License

This project is licensed under the MIT License. See the license page for details.

About

Project created following the official tutorial for beginners at Angular.

License:MIT License


Languages

Language:TypeScript 69.5%Language:CSS 17.6%Language:HTML 7.0%Language:JavaScript 5.9%