construct a platform by meteor & angular2 & ionic2
- install meteor:
curl https://install.meteor.com/ | sh
- install npm packages:
meteor npm install
- install typings:
meteor npm install -g typings
- install ts packages:
meteor typings install
- install other files:
meteor npm run prepare
- start server:
meteor
- open in browser:
localhost:3000
- npm taobao:
npm config set registry https://registry.npm.taobao.org