All Collections
Getting Started
Installing the Node SDK Demo App
Installing the Node SDK Demo App
How to run the Node.JS demo app on your local machine.
J
Written by Justin Thomas
Updated over a week ago

In a new Terminal Window:

git clone https://github.com/Sila-Money/sila-sdk-demo


Switch to your local directory, install, and start the demo. The demo will start in your local browser at localhost:3000

cd sila-sdk-demo
npm install
npm start
Did this answer your question?