Showing posts with label Ionic for brginners. Show all posts
Showing posts with label Ionic for brginners. Show all posts

Thursday, October 8, 2015

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...

Step 1
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

Popular Posts

Recent Posts

Unordered List

Text Widget

Powered by Blogger.

Popular Posts