Basic Bootstrap setup with Gruntfile.js, bower.json, and package.json. Also with a simple Express server.
To grab dependencies and install for the first time:
git clone [email protected]:fredeerock/Quick-Bootstrap.git && npm install && grunt
To start the server:
node server