Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iainplimmer/systemjsseed
- Owner: iainplimmer
- Created: 2016-05-15T19:40:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T08:00:57.000Z (over 8 years ago)
- Last Synced: 2024-11-07T06:42:55.237Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'