Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 492 Bytes

WDI-Express

Sample Express/Mongo App for WDI with the service of yeoman and generator-express

Configuration

/config/config.js (server) and (Express)

Adding Front-End dependencies

$ bower install jquery --save

Don't forget to include the library in your templates, referencing the bower package in public/components/...

Running the app

Starting the app is easy:

$ gulp