https://github.com/jeremylikness/angular2healthapp
Angular Health App Ported to AngularJS 2.0 (beta)
https://github.com/jeremylikness/angular2healthapp
Last synced: about 1 month ago
JSON representation
Angular Health App Ported to AngularJS 2.0 (beta)
- Host: GitHub
- URL: https://github.com/jeremylikness/angular2healthapp
- Owner: JeremyLikness
- License: mit
- Created: 2015-12-09T14:47:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-14T17:37:37.000Z (almost 9 years ago)
- Last Synced: 2025-04-10T23:42:28.718Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 21
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular 2 Health App
[Angular 1.x Health App](https://github.com/JeremyLikness/AngularHealthApp) Ported to AngularJS 2.0 (alpha) to learn the new Angular and understand pain points of migration. Read the [Angular migration](http://ivision.com/blog/changes-angular-2-migration-case-study/) blog post for analysis and commentary.
1. Navigate to the parent folder you would like to put the project in.
2. `git clone https://github.com/JeremyLikness/Angular2HealthApp.git`
3. `cd Angular2HealthApp`
4. `npm install`
5. `npm run-script tsc`
6. `npm start`