npm install
- Build and watch styles and templates with
./tools/gulp
- Watch JavaScript bundle with
./tools/watch
- Build JavaScript bundle with
./tools/build
(for production) - Serve locally with
./tools/serve
- Visit localhost:8080 to view your site.
Everything in /public
is static and servable, so you don’t necessarily
need to serve via the included app.coffee in production. But if you do use
app.coffee, be sure to set the environment variable on your server with
export NODE_ENV=production
. You can change the port in
/config/production.json
.