ionic tutorial
ionic tutorial
in ,

Getting up and running with IONIC 2..

These are the resources that you may find useful for ionic 2 development..
ionic 2 is dependent on angular 2 which is written in typescript
1) Ionic 2 references
2) Angular 2 References
3) TypeScript References
4) Tools needed for development
    – Node+Npm    —> https://nodejs.org/en/
    – Git                      —> https://git-scm.com/
    -Vs Code            —> https://code.visualstudio.com/download
5) Basic steps for development
    – Install node in computer, set env.variable, check if node working by $ node -v
    – check Npm installed by $ npm -v
    – Install git
    – Install jdk, set env variable , check by $ java –version
    – install vscode
       *if every things got correctly configured move forward..
6) Basic commands to create new project and run it
    – $ npm install -g ionic cordova
    – $ ionic star myAwesomeProject –v2           *we use –v2 flag to create version/ionic 2 project
    – $ cd myAwesomeProject
    – $ ionic serve
Woolaa.. we have got our very awesome ionic 2 project up and running in browser.

Author Profile

PREM KUMAR
PREM KUMAR
Hey Its..! Tech Lover , Ionic, Angular, Typescript, Dotnet Core, Node, Like Opencv, AI, ML, Robotics, Iot, Love Music, Cooking, Girls, Innovation

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

What do you think?

400 Points
Upvote Downvote
default image

Truncate my strings with a “…” if they are too long?

Add Query String token for web api authentication