/lcr

Primary LanguageJavaScript

Wave SDK POC

A POC to explore ideas for the Wave SDK. This uses the Heroku NodeJS getting started app as a base. It can be run on localhost with some configuration.

Running Locally

Make sure you have Node.js and the Heroku Toolbelt installed.

$ git clone https://git.soma.salesforce.com/ssauls/wave-sdk.git # or clone your own fork
$ cd wave-sdk
$ npm install
$ node app.js

Your app should now be running on localhost:3001.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using Node.js on Heroku, see these Dev Center articles: