This is a demo of Ionic with TypeScript. It is still in development.
- Clone this repository:
git clone https://github.com/linxy49/jkkhelper.git. - Want to use TypeScript? Both the
masterbranch and thetypescriptbranch now use TypeScript. - Run
npm installfrom the project root. - Install the ionic CLI (
npm install -g ionic) - Run
ionic servein a terminal from the project root. - Profit
Note: Is your build slow? Update npm to 3.x: npm install -g npm.