Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crisu83/angular-phonecat-ionic
https://github.com/crisu83/angular-phonecat-ionic
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crisu83/angular-phonecat-ionic
- Owner: crisu83
- Created: 2020-11-17T09:14:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T14:33:07.000Z (about 4 years ago)
- Last Synced: 2024-10-30T00:40:14.177Z (3 months ago)
- Language: TypeScript
- Size: 4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Phone Catalog with Ionic
Experiment to migrate the [AngularJS tutorial project](./PHONECAT.md) to latest Angular and Ionic.
## Migration steps
The following steps have been taken to migrate the project:
1. Migrate to Webpack & TypeScript
2. Export AngularJS modules
3. Bootstrap Angular application
4. Migrate to Ionic## Development
Do the following to run the project on your own computer:
- Run `npm install` to install the dependencies
- Run `npm start` to start the development server## Build
Do the following to build the project on your own computer:
- Run `npm install` to install the dependencies
- Run `npm run build` to build the application## Test
Do the following to run the test suite:
- Run `npm install` to install the dependencies
- Run `npm test` to run the test suite## Resources
Resources gathered during this experiment (in no particular order):
- https://docs.angularjs.org/tutorial/step_00
- https://angular.io/guide/upgrade
- https://medium.com/@UpgradingAJS/baby-steps-to-webpack-for-ngupgrade-535265194852
- https://vsavkin.com/migrating-angular-1-applications-to-angular-2-in-5-simple-steps-40621800a25b
- https://www.digitalocean.com/community/tutorials/how-to-upgrade-from-angularjs-to-angular-with-ngupgrade
- https://www.digitalocean.com/community/tutorials/migrate-your-angularjs-services-to-angular-with-ngupgrade
- https://joelbinn.gitbooks.io/hybrid-angular-angularjs-application-with-angular/content/ch1-making-the-hybrid.html
- https://itnext.io/angular-unit-testing-101-c3492ba17e9