bobwoodard / br-frontend-tooling-demo

The demo project for the Frontend Tooling workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a static, single page site for use in demoing code and process for the Build Right: Frontend Tooling workshop.

It's a fictional app called "Toolcase" — a simple list for developers and designers to showcase the tools they use for given tasks.

Creating the project:

  1. Clone this repo to your machine: git clone https://github.com/sparkbox/br-frontend-demo.git
  2. Move into the project directory: cd br-frontend-demo
  3. Install node modules: npm install
  4. Install bower packages: bower install
  5. Build the project with Grunt: grunt

The project will be compiled to the dist/ folder.

Toolcase Screenshot

About

The demo project for the Frontend Tooling workshop


Languages

Language:JavaScript 45.2%Language:CSS 21.7%Language:CoffeeScript 18.1%Language:Handlebars 14.6%Language:Gherkin 0.4%