Skip to content

Instantly share code, notes, and snippets.

@OliverJAsh
Created November 26, 2014 12:16
Show Gist options
  • Save OliverJAsh/2b02925a17d0eaa07f2f to your computer and use it in GitHub Desktop.
Save OliverJAsh/2b02925a17d0eaa07f2f to your computer and use it in GitHub Desktop.
jspm server theseus
/* jshint esnext: true */
import { Client } from 'theseus';
console.log(Client);
{
"name": "jspm-server-theseus",
"dependencies": {
"jspm": "0.9.0-beta.2",
"systemjs": "0.10.1"
},
"jspm": {
"dependencies": {
"theseus": "github:argo-rest/theseus@master"
}
}
}
#!/bin/bash
./node_modules/.bin/jspm run app
#!/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