@onehilltech/blueprint-cli
v5.0.0-alpha.1
Published
command-line interface for Blueprint.js
Downloads
77
Readme
blueprint-cli
command-line interface for managing Blueprint.js applications
Installation
Install the command-line interface globally on your machine:
npm install -g @onehilltech/blueprint-cliGetting Started
Create a new application:
blueprint new [other options] <name-of-app> Start the application:
node ./appOpen your browser, and go to http://localhost:5000/helloworld.
