1. First we will open command prompt(DOS, terminal prompt)

2. We will select directory which will create our project

Type this command for create ionic project

ionic start (project name) (project type) 

Project type

tabs            A starting project with a simple tabbed interface

blank           A blank starter project

sidemenu       A starting project with a side menu with navigation in the content area

so finally type

c:\> ionic start  myFirstProject blank

after creating project run the project.

So first we need to enter the project

Type like this

c:\>cd myFirstProject     (press enter)
then
c:\ myFirstProject > ionic lab (press enter)

your project will be start few minutes.

To Learn More in Hindi watch this Video.

Create project in ionic 3

If love this tutorial Please Like this page

 
Quick ask your Question