Skip to content

Instantly share code, notes, and snippets.

View kevrom's full-sized avatar

Kevin Romano kevrom

  • Baton Rouge, LA
  • 08:06 (UTC -05:00)
View GitHub Profile

Angular2 + JSPM cheat sheet

First time setup

  • install jspm beta: npm install -g jspm@beta
  • set up your project: jspm init
  • install dependencies: jspm install angular2 reflect-metadata zone.js es6-shim

This will create a jspm_packages folder, and a config.js file.

Open the config.js file - this file manages options for the System.js loader - tweak it as appropriate