# blueprint-cli

command-line interface for managing [Blueprint.js](https://github.com/onehilltech/blueprint)
applications

## Installation

Install the command-line interface globally on your machine:

    npm install -g @onehilltech/blueprint-cli
  
## Getting Started

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](http://localhost:5000/helloworld).
