This repo only works with ionic 2.0.0, to run install: npm install ionic@2.0.0 -g
This repo also only works with Node 6, not Node 8.
- Clone this repository.
- 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@2.0.0) - Run
ionic servein a terminal from the project root. - Go to
http://localhost:8100/lab.htmlfor a hosted lab view - Profit
Note: Is your build slow? Update npm to 3.x: npm install -g npm.
All app preview screenshots were taken by running ionic serve --lab on a retina display.