Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 520 Bytes

readme.markdown

File metadata and controls

29 lines (17 loc) · 520 Bytes

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