Angular Phone Catalog with Ionic

Experiment to migrate the AngularJS tutorial project 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):