- Make sure you have yo installed:
npm install -g yo
- Run:
yo webapp
- Install grunt-contrib-jade:
npm install grunt-contrib-jade --save-dev
- Make sure you have yo installed:
npm install -g yo
- Run:
yo webapp
- Install grunt-contrib-jade:
npm install grunt-contrib-jade --save-dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backend tcutshortlist { | |
.host = "tcut-shortlist.coad.me"; | |
.port = "8080"; | |
} | |
backend tcutstylist { | |
.host = "tcut-stylist.coad.me"; | |
.port = "8080"; | |
} |