evaletolab / bitbox-scaffold-angular

Stub Angular app w/ BITBOX web bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BITBOX Scaffold Angular

Setup

  1. Install bitbox-sdk globally
    • npm install bitbox-sdk --global
  2. Scaffold an Angular app w/ BITBOX web bindings
    • bitbox new myApp --scaffold angular
  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

Build Status

About

Stub Angular app w/ BITBOX web bindings

License:MIT License


Languages

Language:TypeScript 77.3%Language:JavaScript 10.4%Language:HTML 8.6%Language:CSS 3.8%