generator-node-express-mvc
v0.3.4
Published
Node/Express application with an MVC architecture
Downloads
3
Maintainers
Readme
generator-node-express-mvc
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