Hi,
Is there a way to use ready templates for faster app development ?
Came across a link “https://github.com/driftyco/ionic-demo” and tried to create a project from command line : eg: ionic start [my app name] ionSlideBox
as there is a demo called ionSlideBox
. It was unable to fetch.
But as per [https://github.com/driftyco/ionic-starter-maps] the following command worked fine -
ionic start [my app name] maps
The common starter templates are tabs , sidemenu & blank but also at “https://www.npmjs.org/package/ionic” i saw Github Repo starters
Is there any option/way to use pre-built templates ?
Please help.