App is create for demo purpose.
- node.js
- Cordova and Ionic - npm install cordova ionic
- TypeScript - npm install typescript
- Gulp - npm install gulp
- Bower - npm install bower
- AngularJS
With VS Code:
- Clone this repository.
- Run
npm installfrom the project root. - Run
bower installfrom the project root. - Add android / iOS / windows platform to your project by running
ionic platform add <platform name>in a terminal from your project root. - Run
ionic servefrom the project root.
** Note: This project is created in Visual Studio 2015.