This is a skeleton application for use with Slice's Node.js SDK. It implements the "Quick Hello World" flow as described here.
Make sure you have Node.js installed. Once you do, run the following commands:
npm install
node app.js
The app will be using http://localhost:3000 by default. It can be modified in app.js
.
Thanks! Email [email protected] with any questions!