Skip to content

Instantly share code, notes, and snippets.

@johnnycrich
Created October 23, 2017 15:28
Show Gist options
  • Save johnnycrich/07a64494ca051ea20caa8c82d83928e1 to your computer and use it in GitHub Desktop.
Save johnnycrich/07a64494ca051ea20caa8c82d83928e1 to your computer and use it in GitHub Desktop.

EL Web SDK module setup:

  1. Install el-web-sdk locally and carefully follow all README instructions.
  2. Clone one of the repos intended as an Web SDK module, or the starter-module repo.
  3. Link the module you cloned to el-web-sdk (where cloned-repo is the name of the repo cloned):
cd cloned-repo
npm link
cd ../el-web-sdk
npm link cloned-repo

3a. For our products that rely on our learning-games-core framework, please also clone that repo and follow step 3.

  1. Start the module. From el-web-sdk, run:
grunt --sites=cloned-repo

The site should now be running at http://localhost:3000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment