An open API service indexing awesome lists of open source software.

https://github.com/bitcoin-com/slp-scaffold-node

SLP nodejs scaffold
https://github.com/bitcoin-com/slp-scaffold-node

Last synced: 2 months ago
JSON representation

SLP nodejs scaffold

Awesome Lists containing this project

README

          

## BITBOX Scaffold Node

## Setup

1. [Install `slp-sdk`](https://www.npmjs.com/package/slp-sdk) globally
- `npm install slp-sdk --global`
2. Scaffold an Angular app w/ SLP SDK web bindings
- `slp new myApp --scaffold node`
3. `cd` in to the newly created app
- `cd myApp`
4. Install dependencies
- `npm install`
5. Start the app
- `npm start`
6. Win