Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iainplimmer/systemjsseed

Seed project to demonstrate the use of SystemJS and JSPM after checking out Angular2 and wondering what all the funky module loaders were all about.
https://github.com/iainplimmer/systemjsseed

Last synced: about 1 month ago
JSON representation

Seed project to demonstrate the use of SystemJS and JSPM after checking out Angular2 and wondering what all the funky module loaders were all about.

Awesome Lists containing this project

README

        

# SystemJsSeed
Seed project to demonstrate the use of SystemJS and JSPM after checking out Angular2 and wondering what all the funky module loaders were all about.

Seed adapted from http://www.sitepoint.com/modular-javascript-systemjs-jspm

You just need to ensure you have NPM and JSPM installed globally (if that's your thing) then....

'npm install'
'jspm install'