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

https://github.com/mislam/broccoli-soup

Broccoli driven front-end boilerplate
https://github.com/mislam/broccoli-soup

Last synced: about 1 year ago
JSON representation

Broccoli driven front-end boilerplate

Awesome Lists containing this project

README

          

## Installation

npm install
bower install

## Development

broccoli serve --host 0.0.0.0 --port 8080 --live-reload-port 35729

Now, browse to the following URL:

http://localhost:8080/

## Deploy

rm -rf dist && BROCCOLI_ENV=production broccoli build dist