- Install jspm and other dev tools
npm install -g jspm
npm install
- Install dependencies and browse the app
jspm install
npm run start
- Build the bundle javascript in dist/
npm run build
npm run start.dist
npm install -g jspm
- To lock jspm to a specific version
npm install jspm@0.16.12 --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
,packages
andmeta
)