/br-frontend-demo

The demo project for the Frontend Tooling workshop

Primary LanguageJavaScript

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. Install ruby dependancies: bundle
  6. Build the project with Grunt: grunt

The project will be compiled to the dist/ folder.

Toolcase Screenshot