An adventure prototype built on our skeleton.
Assuming Node.js is installed, the others may be installed via npm
.
$ npm install -g bower
$ npm install -g broccoli-cli
# we have this run `bower install` as well, or else that too would be necessary
$ npm install
The .js
files in app/
get transpiled and concatenated into a file named main.js
.
Everything in public/
gets served directly.
$ broccoli serve
We have yet to hit this point, but it will be along the lines of running broccoli dist
.