Phonegap/Cordoa to Ionic

I have an existing phonegap app, however I want to change it to ionic, can I import the exisitng html, css, js to Ionic without having to re-write everything?

Did you already write all that with Angular? If so probably you can import a good part of it. If not…maybe some of the css?

No its all basic html, css, and javascript/jquery. I’ve never used angular, how difficult would it be to re-write it?

Nothing will really transfer. There might be some minor bits, but for the most part you will need to rewrite you app.

My new book from O’Reilly might be the resource you need to build your Ionic foundation.

Best of luck,

Chris

Thanks, I’ll check it out.