Starting a new static project? Save time using this marvelous scaffolding!
It uses make
as task runner and it's ready for above and below the fold styles.
Project stack:
Get Yeoman and other required tools:
npm install --global yo bower grunt-cli gulp
Grab the generator:
npm install --global generator-scaffolding-front-end
Create and enter your project's directory:
mkdir my-awesome-project
cd my-awesome-project
Generate the scaffolding:
yo scaffolding-front-end
Voilà! You're ready to start hacking.
After getting a fresh copy run make install
to grab all dependencies.
Then check out available tasks with make help
.
Using Windows? Check this guide.