command-line interface for managing Blueprint.js applications
Install the command-line interface globally on your machine:
npm install -g @onehilltech/blueprint-cli
Create a new application:
blueprint new [other options] <name-of-app>
Start the application:
node ./app
Open your browser, and go to http://localhost:5000/helloworld.