/gooy-angular-demo

demo app for gooy-angular

Primary LanguageJavaScriptMIT LicenseMIT

Gooy Angular demo

GitHub version Build Status Dependency Status devDependency Status
ES6 format JSPM MIT License Built with gulp

A demo application for gooy-angular.

Demo

Installation

Clone this repository and run an npm and jspm install to get the dependencies.

npm install && jspm install

Start a server and watch for changes:

gulp watch

Bundle for production

gulp bundle

Then uncomment the line in the html header.

<script src="dist/app.bundle.js"></script>