https://github.com/bitcoin-com/slp-scaffold-react
SLP react scaffold
https://github.com/bitcoin-com/slp-scaffold-react
Last synced: 2 months ago
JSON representation
SLP react scaffold
- Host: GitHub
- URL: https://github.com/bitcoin-com/slp-scaffold-react
- Owner: Bitcoin-com
- License: mit
- Created: 2018-10-24T14:42:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T05:07:36.000Z (over 7 years ago)
- Last Synced: 2025-03-21T09:48:10.142Z (about 1 year ago)
- Language: JavaScript
- Size: 570 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SLP SDK Scaffold React
## 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 react`
3. `cd` in to the newly created app
- `cd myApp`
4. Install dependencies
- `npm install`
5. Start the app
- `npm start`
6. Open a browser to `http://localhost:3000/`
7. Win