Free
and open source, Ionic offers a library of mobile-optimized HTML, CSS
and JS components, gestures, and tools for building highly interactive
apps. Built with Sass and optimized for AngularJS. more...
First you need to install latest nodejs and python then set path variable also.
Step 2
I'm consider windows os. Open the command window and type this
npm install -g cordova ionic
After the installation make sure npm version
npm -v
Step 3
Create an Ionic project using one of our ready-made app templates, or a blank one to start fresh.
open command prompt where you like to create your project, then type this
ionic start myApp blank
Or
ionic start myApp tabs
Here I follow tabs app. Open the folder, folder should be like this
Step 4
Make sure your in inside the project folder in command prompt, then to start the app type
ionic serve
Now your app successfully started in your browser.
http://localhost:8100
Note: Make sure any servers not running port 8100.
Now we see the project structure, Open app your favorite IDE
0 comments:
Post a Comment