An Expressjs generator for Yeoman, based on the express command line tool.
- Make sure you have yo installed:
npm install -g yo - Install the generator locally:
npm install generator-express - Run:
yo expressand select Basic - Run:
gruntto run the local server atlocalhost:3000, the grunt tasks include live reloading for .jade views, css in public/css and restarting the server for changes to app.js or js in routes/
A generator for creating MVC style apps in express. Giving you the choice between MongoDB, MySQL or PostgreSQL databases.
To get going:
- Make sure you have yo installed:
npm install -g yo - Install the generator locally:
npm install generator-express - Run:
yo express, select MVC and select your database of choice - Ensure that the selected database is running on your machine, if running elsewhere the connection string can be changed in
config/config.js - Run:
gruntto run the local server - defaults tolocalhost:3000- port can be changed inconfig/config.js. The grunt tasks include live reloading as before.
##Options
-
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished. -
--mvcInstalls MVC style scaffolding.
-
--coffeeUses CoffeeScript.
##Testing Tests are written with mocha.
- Install:
npm install -g mocha - Run:
mochaornpm test
##Contributing Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue.
