Brunch-generated applications are a bunch of simple static files. You can
host them everywhere, even on free hostings, like
GitHub pages.
Because production environments are usually
slightly different than development envs,
brunch has production
option.
To build application that has minified JS and CSS, execute brunch build --production
. Then you can deploy it:
public/
directory to the directory that is served by a webserver.
public/
directory to somewhere,
switch to gh-pages
git branch,
remove files from directory and move files from your temporary
dir here.