This is a node sample application, build with the quintype node framework.
IMPORTANT: This app implements very little functionality in the app itself. The majority of functionality is built into the toddy-libs repository.
$ brew install supervisord
$ ./run
Unfortunately, the service-worker cannot be run with the asset-server. Thus, the service worker is disabled in development mode. To work on the service worker, run
$ vi app/client/app.js # remove the check for process.env.NODE_ENV == 'production'
$ vi config/publisher.yml # remove the asset_host from publisher.yml
$ npm run compile && npm start # restart this if you change the service worker
$ git pull git@github.com:quintype/malibu.git master
# Ignore Changes to (say) app/isomorphic/components
$ git checkout --ours app/isomorphic/components
$ git add app/isomorphic/components