https://github.com/oliverjash/systemjs-browser-node-example
An example of using SystemJS in the browser and in Node.js
https://github.com/oliverjash/systemjs-browser-node-example
Last synced: 10 months ago
JSON representation
An example of using SystemJS in the browser and in Node.js
- Host: GitHub
- URL: https://github.com/oliverjash/systemjs-browser-node-example
- Owner: OliverJAsh
- Created: 2014-11-10T15:23:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T15:23:39.000Z (about 11 years ago)
- Last Synced: 2025-01-16T21:51:07.458Z (11 months ago)
- Language: JavaScript
- Homepage: http://jspm.io/
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
npm install
jspm install
# Run in browser…
# Run it Node
node node.js
```