This app shows the easiness of app making using ionic creater. Download and install Node.js.
npm install cordova ionic -g
ionic start <project-name>
- Delete the contents inside
www
folder - Download or clone this repo and copy paste all contents to
www
folder.
cd <your project folder>
ionic serve