0.1.4 • Published 11 years ago
generator-tapp v0.1.4
Web app generator
Yeoman generator that scaffolds out a front-end web app using gulp for the build process
Features
Please see our gulpfile.js for up to date information on what we support.
- CSS Autoprefixing
- Built-in preview server with BrowserSync
- Auto-compile Stylus
- Auto-compile CoffeeScript
- Templates using Jade
- Image optimization
- Automatically wire-up dependencies installed with Bower
For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json.
Getting Started
- Install dependencies:
npm install --global yo bower - Install the generator:
npm install --global generator-tapp - Run
yo tappto scaffold your webapp - Run
gulp serveto preview and watch for changes - Run
gulp serve:productionto preview application like on production server - Run
bower install --save <package>to install frontend dependencies - Run
gulpto build your webapp for production
Options
--skip-installSkips the automatic execution ofbowerandnpmafter scaffolding has finished.--test-framework=<framework>Defaults tomocha. Can be switched for another supported testing framework likejasmine.