An open API service indexing awesome lists of open source software.

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

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
```