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

https://github.com/nash403/ionic-webpack-es6

Simple Ionic + gulp + ES6 + webpack example
https://github.com/nash403/ionic-webpack-es6

Last synced: 7 months ago
JSON representation

Simple Ionic + gulp + ES6 + webpack example

Awesome Lists containing this project

README

          

Simple Ionic + gulp + ES6 + webpack example
=====================

This is an example project to illustrate combinaison of webpack + gulp + ES6 + Ionic. This example is from this blog:
http://blog.grossman.io/writing-es6-ionic-code-with-webpack/

To start simply run

```bash
npm install
bower install
npm start
```