Build with meteor.
Install meteor:
curl https://install.meteor.com/ | sh
Install meteorite:
npm install -g meteorite
Start the app inside the main folder:
mrt
This will start mongo and node for you with:
- Presentation on the root url
/ - Client on
/client - Controller on
/controller