- Install
bitbox-sdk
globallynpm install bitbox-sdk --global
- Scaffold an Angular app w/ BITBOX web bindings
bitbox new myApp --scaffold react
cd
in to the newly created appcd myApp
- Install dependencies
npm install
- Start the app
npm start
- Open a browser to
http://localhost:3000/
- Win
Test