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