An open API service indexing awesome lists of open source software.

https://github.com/bdfoster/blueprint-cli

command-line interface for Blueprint.js
https://github.com/bdfoster/blueprint-cli

Last synced: about 1 year ago
JSON representation

command-line interface for Blueprint.js

Awesome Lists containing this project

README

          

# 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]

Start the application:

node ./app

Open your browser, and go to [http://localhost:5000/helloworld](http://localhost:5000/helloworld).