Skip to content

malekelkamel/ionic3-angular5-app-skeleton

Repository files navigation

ionic3-angular5-app-skeleton

How to create an Ionic 3 and Angular 5 Mobile App.

Install Ionic

After installing Node.js and npm command works on the terminal (Linux/Mac) or Node Command Line (Windows), open the terminal or Node command line. Update Ionic to the latest version using this command.

sudo npm install -g ionic@latest

Create a New Ionic 3 App

On the terminal go to Ionic 3 projects folder then type this command to create a new Ionic 3 app.

ionic start ionic3-angular5 blank

Start the App

ionic serve -l

Upgrade Angular Dependencies to the latest Angular 5

npm install --save @angular/{cli,common,compiler,compiler-cli,core,forms,http,platform-browser,platform-browser,platform-browser-dynamic}@next rxjs@'^5.5.2'

npm install --save -dev typescript@2.4.2

npm install --save @angular/tsc-wrapped

About

Ionic 3 and Angular 5 Mobile App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published