fluxible-bootstrap-boilerplate Prerequisites You will need the following things properly installed on your computer. Git Node.js (with NPM) Bower Grunt Installation git clone <repository-url> this repository change into the new directory npm install bower install Running / Development grunt Visit your app at http://localhost:3000. Deployment grunt build node server.js