express-bootstrap
express-bootstrap copied to clipboard
Not Actively Maintained - Template for an Express.js single page web app bundled with jQuery and Twitter Bootstrap
Express Bootstrap
What?
Simple template flavored with useful ingredients
Ugh?
Template for an web app with the following prebundled:
- Express (latest, tested with 3.0.0rc3)
- jQuery 1.8.0
- Sugar.js (1.3)
- Bootstrap (2.0.4)
- Bootswatch - Free themes for Bootstrap
Okay, how do I use it?
-
Clone this repo
git clone git://github.com/Srirangan/express-bootstrap.git
-
Update package.json with your project coordinates
-
Install dependencies locally
npm install -d
-
Okay start devving