What is ionic ..?
ionic is a framework to help you speed up development in mobile application development
ionic allows you to build mobile applications quickly, and of course its easy, in this article I will help you to create applications, using ionic framework, here's how:
- install nodejs
Read also : how install node.js
after nodejs installed open CMD then type the command as below:
npm install -g cordova ionic
installation will run and wait until it finishes, will look like the picture below:Continue to the creation of his application type command as below:
ionic start myApp tabs
description to see ionic type you can see picture below:![]() |
ionic type |
For v1 projects, use the --type ionic1 flag.
it depends on you what type you want to install, on your ionic project eg: (ionic start myApp blank) will make the allik form of blank,
here i will membat ionic: ionic start myApp sidemenu
ionic start myApp sidemenu
and the result will be: ionic sidemenu
to view your project on the following server in CMD
cd myApp
ionic serve
the server will automatically run and display your ionic
that's the first step install ionic, do not hesitate to ask and attach screenshots, in the comments provided
EmoticonEmoticon