This is project to demonstrate Chrome-like tabs made with Bootstrap and AngularJS.
##Prerequisites
In order to build this project you need to have Node.js and npm (Node Package Manager) installed on your system. You can download them from here and follow this install instructions.
To compile the Sass source to CSS, you’ll need Ruby, Sass and Compass. To install Ruby follow this guide, for Sass this, and for Compass refer to this guide.
In some cases when installing node packages you'll need Python 2.7 and C++ Libraries (Windows) to build them.
Note that these executables need to be accessed from command line, so make sure they're added in the environment path. On Linux and Mac they're automatically added to the path, and for Windows you may need to follow this instructions, just be careful not to mess the existing path value.
First install gulp command line tool globally with:
npm install --global gulp
And from the project's root install the dependencies with:
npm install
To build the code just run gulp
from the command line. This will produce functional version in the dist
folder.
This source code is under MIT license.