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
- Host: GitHub
- URL: https://github.com/mislam/broccoli-soup
- Owner: mislam
- Created: 2015-01-28T22:55:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T17:07:46.000Z (over 11 years ago)
- Last Synced: 2025-02-15T07:53:17.951Z (over 1 year ago)
- Language: CSS
- Size: 184 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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