-
Notifications
You must be signed in to change notification settings - Fork 1
Home
David edited this page Feb 12, 2016
·
19 revisions
We should keep our install of nodejs up-to-date. As of this writing, the latest version if v5.5.0.
nvm install v5.5.0
nvm alias default v5.5.0# From the base directory
npm install
# Change to the examples directory
cd examples
npm installnpm install -g gulp// config.js
module.exports = {
hotModuleReloadUri: 'safe-framework-<username>.c9users.io',
port: process.env.PORT
}
- Run this:
gulp watchnpm run buildnpm run build-examplesgit config --global core.editor vim