Simple project that sets up bower, gulp, node. It pulls in Bootstrap and FontAwesome.
-
Clone this repo.
git clone git@github.com:mstnorris/bower-gulp-node.git
-
Change directory into the project's root.
cd bower-gulp-node
-
Install Node dependencies.
npm install
-
Install Bower dependencies.
bower install
-
Run Gulp to compile dependencies.
gulp
-
Visit public/index.html in your browser.