0.3.0 • Published 9 years ago
generator-basic-webapp v0.3.0
generator-basic-webapp
Overview
This minimal Yeoman generator scaffolds out a basic web application for frontend development that uses Express, RequireJS, jQuery, and Underscore.
Features
Installation
To install generator-basic-webapp from npm, run:
npm install -g generator-basic-webapp
Usage
mkdir myApp && cd $_
yo basic-webapp