Fork this repository, and clone it to the dev machine on which you have installed Node and Meteor. Then add the main repository as an upstream remote:
git remote add upstream [email protected]:platformthirteen/rerack.git
Iron is a command line scaffolding tool for Meteor applications. It generates project structure, files and boilerplate code. It also serves as a proxy for Meteor commands (e.g. iron run
-> meteor run
).
sudo npm install -g https://github.com/chrisbutler/iron-cli/tarball/37d8cf6aa29569a49f6678dabab48fb475b15191
Running the app with Iron will automatically load development environment files on startup (see config/development
).
iron run -p 3000