Trigger uses JavaScript on both the client and server.
All code now lives under server/.
Client-only code is in server/public/scripts/
Shared code is in server/shared/
On the server, we use the node.js module system ('require').
Run server/build/build.sh
to build production-mode JS bundles.
Copyright (c) 2012-2013 Code Artemis unless otherwise attributed.
See LICENSE.md.
Install MongoDB
cd server
npm i -g babel-cli
npm i
npm start