Generator for standalone app
- Install slush and this generator:
npm install -g slush slush-globeapp - If the above gives you trouble, run it as super-user:
sudo npm install -g slush slush-globeapp - Install yarn by following these instructions.
To create a new app, create a new directory (ex: mkdir project-name), cd into it, and run
slush globeapp
Follow all prompts.
See the generated README for project-specific documentation.