- Clone this repository;
cdinto it. - Make sure you're running Node
0.12or higher. If you have multiple versions installed, you can create a.node-versionfile in your working directory to force the version in use:
echo "0.12" > .node-version- Run
npm install -g yoif you don't already haveyo. - Run
npm install. - Run
npm linkto symlink this as a global Node package.
- Create a new project directory;
cdinto it. - Create a
.node-versionfile here too if necessary. - Run
yo cloudfour-core-patternliband follow the prompts. - Run
npm buildto build and view locally. - Run
npm startto build, view locally, and enable file watching for automatic rebuilds. - Run
gulp --tasksto print out a tree of available tasks.