Last active
March 24, 2016 07:40
-
-
Save jmathai/fae1c1b3f25e8f4b99dc to your computer and use it in GitHub Desktop.
This file contains 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
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 | |
> [email protected] 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