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
- Host: GitHub
- URL: https://github.com/sourcec0de/base-bootstrap
- Owner: sourcec0de
- Created: 2012-12-05T05:27:14.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-05T13:00:26.000Z (over 13 years ago)
- Last Synced: 2025-01-12T11:32:59.415Z (over 1 year ago)
- Language: JavaScript
- Size: 996 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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