Skip to content

gibatronic/scaffolding-front-end

Repository files navigation

front end scaffolding

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:

Instalation

  1. Get Yeoman and other required tools:

    npm install --global yo bower grunt-cli gulp
  2. Grab the generator:

    npm install --global generator-scaffolding-front-end
  3. Create and enter your project's directory:

    mkdir my-awesome-project
    cd my-awesome-project
  4. Generate the scaffolding:

    yo scaffolding-front-end

Voilà! You're ready to start hacking.

Usage

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.