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.
- Clone this repo to your machine:
git clone https://github.com/sparkbox/br-frontend-demo.git - Move into the project directory:
cd br-frontend-demo - Install node modules:
npm install - Install bower packages:
bower install - Build the project with Grunt:
grunt
The project will be compiled to the dist/ folder.
