In the post we going to learn how to create project using ionic.
Ionic is open source SDK for hybrid mobile app development. Using ionic you are able to build amazing cross platform mobile, web and desktop apps all one shared code base and open source.
Requirement
- NodeJs
- VS Code
First you need to install nodeJs in your machine. After that install ionic
using below command;
Pic 1 - Ionic Install
Now time to create our first project, for that you need to run following
command;
ionic start <projectname> <template>
[options]
projectName - Your project name
template - Which kind template you are using (blank, tabs
etc)
options - which kind integration you need ( --cordova,
--capacitor etc)
Pic 2 - Create Project
2 Comments
Nice Post
ReplyDeleteGood one
ReplyDelete