/bower-gulp-node

Simple project that sets up bower, gulp, and node. Pulling in Bootstrap and FontAwesome.

Primary LanguageHTML

Simple project that sets up bower, gulp, node. It pulls in Bootstrap and FontAwesome.

Installation

  1. Clone this repo.

    git clone git@github.com:mstnorris/bower-gulp-node.git

  2. Change directory into the project's root.

    cd bower-gulp-node

  3. Install Node dependencies.

    npm install

  4. Install Bower dependencies.

    bower install

  5. Run Gulp to compile dependencies.

    gulp

  6. Visit public/index.html in your browser.