AbdallahMezo / malibu

Quintype Developer - Starter Kit

Home Page:https://developers.quintype.com/getting-started-with-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

malibu

This is a node sample application, build with the quintype node framework.

toddy-libs

IMPORTANT: This app implements very little functionality in the app itself. The majority of functionality is built into the toddy-libs repository.

Running with supervisord (local)

$ brew install supervisord
$ ./run

Working on the service worker

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

Merging malibu back to your app

$ 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

About

Quintype Developer - Starter Kit

https://developers.quintype.com/getting-started-with-node

License:Apache License 2.0


Languages

Language:JavaScript 77.0%Language:CSS 12.1%Language:HTML 8.4%Language:Dockerfile 1.4%Language:Shell 1.1%