I am beginner to ionic 2.
I have created new project with this command.
‘ionic start todo blank’
Issue is that, index.html is not generated automatically in www folder.
I get only these 3 files in www.
can anyone help me in this?
Take a look in the src folder. This is the place to work and code
@Jacktoolsnet Thanks for the reply.
But when I run newly created ionic2 app in device i got this error message.
Have you tried
ionic serve
or
ionic build
?
1 Like
just run: ionic start sample
when asked, choose blank project.
this works.
@Jacktoolsnet ionic build worked…thank you so much for your help
You are welcome. Mark the answer as solution if you like.
sure I will
@arnoldparge thanks for the help