Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morzhanov/angular-heroes
Heroes is an study application written in Angular 5.1.
https://github.com/morzhanov/angular-heroes
angular angular-cli javascript typescript webpack
Last synced: 5 days ago
JSON representation
Heroes is an study application written in Angular 5.1.
- Host: GitHub
- URL: https://github.com/morzhanov/angular-heroes
- Owner: morzhanov
- Created: 2018-01-21T16:24:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T09:17:07.000Z (over 6 years ago)
- Last Synced: 2024-11-08T00:52:38.641Z (about 2 months ago)
- Topics: angular, angular-cli, javascript, typescript, webpack
- Language: TypeScript
- Homepage: https://v2.angular.io/docs/ts/latest/tutorial/
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Heroes
Heroes is an study application written in Angular 5.1.
Tutorial: https://v2.angular.io/docs/ts/latest/tutorial/## Installation
Use these commands to run project
* npm run start - to serve application
* npm run hrm - to run application with HMR (Hot module replacement)
* npm run build - build project for production.