An open API service indexing awesome lists of open source software.

https://github.com/sourcec0de/base-bootstrap

A scaffold for starting a bootstrap project
https://github.com/sourcec0de/base-bootstrap

Last synced: about 1 year ago
JSON representation

A scaffold for starting a bootstrap project

Awesome Lists containing this project

README

          

Base-Bootstrap
==============

A scaffold for starting a bootstrap project

#Goodies
* [Twitter Bootstrap](http://twitter.github.com/bootstrap/)
* All Less Files
* All JS Plugins
* Premade Templates
* [Font-Awesome](http://fortawesome.github.com/Font-Awesome/)
* [Jquery](http://jquery.com/)
* Already configured Node Server

Installation
==============
* Clone Git Repository to start a new project
* Install [Node JS](http://nodejs.org)

Run this command to install connect middleware
```bash
nmp install connect
```

How to Use
==============

* navigate to the directory where you cloned this project
* edit "server.js" if you want to change server config

To start the server, run this command in the root of your project
```bash
node server
```

Happy Coding :D