Created
November 26, 2014 12:16
-
-
Save OliverJAsh/2b02925a17d0eaa07f2f to your computer and use it in GitHub Desktop.
jspm server theseus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* jshint esnext: true */ | |
import { Client } from 'theseus'; | |
console.log(Client); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "jspm-server-theseus", | |
"dependencies": { | |
"jspm": "0.9.0-beta.2", | |
"systemjs": "0.10.1" | |
}, | |
"jspm": { | |
"dependencies": { | |
"theseus": "github:argo-rest/theseus@master" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
./node_modules/.bin/jspm run app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
npm i | |
./node_modules/.bin/jspm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment