https://github.com/workmanw/cincyjs-broccoli-demo
Cincy JS Broccoli Demo
https://github.com/workmanw/cincyjs-broccoli-demo
Last synced: 10 months ago
JSON representation
Cincy JS Broccoli Demo
- Host: GitHub
- URL: https://github.com/workmanw/cincyjs-broccoli-demo
- Owner: workmanw
- Created: 2014-09-10T18:27:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T18:57:56.000Z (almost 12 years ago)
- Last Synced: 2025-06-03T16:18:29.918Z (about 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Presentation
---------------------
Slides: https://docs.google.com/presentation/d/157p-rxEbjeJCART38ynttUlSwTJ3G_8v01YuDPDilC0/pub?start=false&loop=false&delayms=3000
Video: https://www.youtube.com/watch?v=uJ1p6U1D800
Getting started
---------------------
```bash
npm install
npm install -g bower
npm install -g broccoli-cli
```
Running Server
---------------------
```bash
broccoli serve
```
Starts server at http://localhost:4200/
Building production
---------------------
```bash
BROCCOLI_ENV=production broccoli build dist
```
Builds the files and drops them into `dist/`