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
- Host: GitHub
- URL: https://github.com/bdfoster/blueprint-cli
- Owner: bdfoster
- License: other
- Created: 2016-10-08T00:03:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T02:09:58.000Z (over 9 years ago)
- Last Synced: 2025-02-06T04:41:25.960Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).