Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.25 KB

Sandbox tooling made with express, sass, grunt and love.

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli

Quickstart

git clone git@github.com:socialbro/styleguide.git
npm install

While you're working on your project, run:

grunt server

And you're set!

Directory Structure

  • assets/: Assets files like svgs or png for sprites.
  • public/: Public assets, linked from views. Includes stylesheets and javascripts folders.
  • sass/: Sass assets.
  • views/: Html views flavored as nunjucks files. Include partials folder.
  • routes/: Add your routes here.
  • app.js: Express file.

Reference