Skip to content

broccolijs/broccoli-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ed1248 · Jun 25, 2015

History

55 Commits
Mar 1, 2014
Dec 9, 2013
Mar 1, 2014
Mar 1, 2014
Feb 21, 2014
Feb 15, 2014
Mar 3, 2014
Jul 22, 2014
Jun 25, 2015
Dec 5, 2013
Apr 2, 2015
Mar 11, 2014
Jun 25, 2015

Repository files navigation

Broccoli Sample App

Sample Ember app for Broccoli.

See Brocfile.js for the build definition.

To start the server, run:

npm install
bower install

npm install -g broccoli-cli
broccoli serve

Note: If you get an error like Built with error: Error: Line 1: Unexpected token ILLEGAL at throwError (/.../broccoli-sample-app/node_modules/broccoli-es6-concatenator), it's probably because Bower found a rogue .bowerrc file in a parent directory. To fix this, delete all parent .bowerrc files.