0.3.4 • Published 7 years ago

generator-node-express-mvc v0.3.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

generator-node-express-mvc NPM version Dependency Status

Node/Express application with an MVC architecture

Installation

First, install Yeoman and generator-node-express-mvc using npm (we assume you have pre-installed node.js).

To use any of the database features, you'll want PostgreSQL installed. We'd recommend installing with Homebrew if you're on a Mac.

npm install -g yo
npm install -g generator-node-express-mvc

Then generate your new project:

yo node-express-mvc

Follow the instructions at the end to setup your database and start the dev server.

createdb [YOUR DB NAME]_dev
npm run setup
npm run dev

Tools & Libraries

License

MIT © Wes Reid

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.2.1

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago