avidort / angular-sp

JSPM-AngularJS sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-sp

Initially created as an exercise and turned to a general JSPM-AngularJS sample (as per request) along the way.

Installation

Install jspm CLI

$ npm install jspm -g

Clone and Install project

$ git clone https://github.com/avidort/angular-sp.git
$ npm install
$ jspm i

Run project

$ npm start

Bundling

Note that all module source files are JSPM-bundled (built, minified & mangled), standard bundling scripts included.

Bundle

$ npm run bundle

Unbundle

$ npm run unbundle

About

JSPM-AngularJS sample


Languages

Language:JavaScript 69.7%Language:HTML 18.0%Language:CSS 12.3%