Skip to content

Instantly share code, notes, and snippets.

@jmathai
Last active March 24, 2016 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmathai/fae1c1b3f25e8f4b99dc to your computer and use it in GitHub Desktop.
Save jmathai/fae1c1b3f25e8f4b99dc to your computer and use it in GitHub Desktop.
git clone https://github.com/joulehq/joule-node-boilerplate.git
cd joule-node-boilerplate/src
cp events.json-sample events.json
npm i
npm test
> joule-boilerplate@0.0.1 test /Users/jaisenmathai/joule-node-boilerplate/src
> node ./node_modules/joule-node-local/index.js
{ headers: { Status: '200 OK', 'Content-Type': 'application/json' },
data: { message: 'Hello, name 1.' } }
{ headers: { Status: '200 OK', 'Content-Type': 'application/json' },
data: { message: 'Hello, name1.' } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment