- Install jspm and other dev tools
npm install -g jspmnpm install
- Install dependencies and browse the app
jspm installnpm run start
- Build the bundle javascript in dist/
npm run buildnpm run start.dist
npm install -g jspm- To lock jspm to a specific version
npm install [email protected] --save-dev jspm init(choose typescript as transpiler)- Install angular2 and required dependencies
jspm install angular2
jspm install reflect-metadata zone.js - Customize
config.js(seetypescriptOptions,packagesandmeta)