Here you can find the presentation slides and the demo code shown in the presentation.
- Install/Update node packages
npm update
- Update loader dependencies
jspm dl-loader
- Update jspm packages
jspm update
-
Create your distribution files
- Create production distribution (use config.js on index.html)
gulp release
- Create development distribution (use config-dev.js on index.html)
gulp watch
-
Initialize Kestrel server
- (optional) Restore packages if necessary
dnu restore
- Start server
dnx kestrel
-
Open your Application (default url is http://localhost:5000/index.html)