https://github.com/shprink/ionic2-webpack-boilerplate
Conference app written in TypeScript and Ran by Webpack
https://github.com/shprink/ionic2-webpack-boilerplate
Last synced: about 10 hours ago
JSON representation
Conference app written in TypeScript and Ran by Webpack
- Host: GitHub
- URL: https://github.com/shprink/ionic2-webpack-boilerplate
- Owner: shprink
- Created: 2015-10-20T16:32:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T08:02:09.000Z (over 8 years ago)
- Last Synced: 2025-03-29T18:11:21.726Z (24 days ago)
- Language: TypeScript
- Homepage:
- Size: 8.04 MB
- Stars: 63
- Watchers: 8
- Forks: 24
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a Fork of that uses Webpack and TypeScript.
It is the perfect Boilerplate to start an app in no time.
## Prerequisites
* Ionic CLI `npm - ionic@beta --global`
* Cordova CLI
* Typings CLI## Installation
```
npm install && ionic state restore
```## Project public API
```
# Dev server
npm start# Dump files in www
npm run dumpdev
npm run dumpprod# Run Cordova
npm run android
npm run ios
npm run iosEmulator# Webpack bundle analyser
npm run analyze
```