thedevelopnik / generator-sudexpress

6 stars 4 forks source link

generator-sudexpress

An updated version of the Galvanize Express Generator made by Michael Herman.

Yeoman generator for a Node/Express boilerplate setup with PostgreSQL, using the following modules (for more details look at the package.json in app/templates):

It uses Gulp for local development and builds. Builds use:

On the client-side, it includes generic Bootstrap and jQuery.

Quick Start

  1. Install Yeoman (if necessary) - npm install -g yo
  2. Install the generator - npm install -g generator-sudexpress
  3. Run - yo sudexpress
  4. Install modules - npm install
  5. Fire up the server - gulp (or create a build - gulp build)
  6. In .env, customize your environment variables, (dev and production databases, cookie secrets, session secret) then add .env to .gitignore.