0.1.2 • Published 9 years ago

generator-hackathon-webapp v0.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

generator-hackathon-webapp Build Status

Yeoman generator for quickly building modern web apps using Gulp, Browserify, and Babel

npm.io

###Disclaimer

This generator is meant for quickly iterating on projects and not suitable for production level environment.

What's inside?

Bundled:

Optional:

Requirements

  • node.js >= 0.12
  • Node-Sass >= 3.2 for Sass compilation

If you need to install node-sass

$ npm install -g node-sass

Getting Started

$ npm install -g yo                                # Install Yeoman (if you don't have it yet)...
$ npm install -g generator-hackathon-webapp   	   # ...then install this generator...
$ yo generator-hackathon-webapp                    # ...and run it.

Gulp Tasks

  • Run gulp serve to preview and watch for changes
  • Run gulp to build your webapp before deploying
  • Run gulp serve:dist to preview the deploy build

Deploying

  • Github Pages: - Project must have Github Repo - Default project expects 'origin' remote - Run gulp deploy to build and deploy your app to the gh-pages branch of your repo - For more options gulp-gh-pages

License

MIT