0.1.0 • Published 7 years ago

generator-sass-heroku v0.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

generator-sass-heroku

Basic landing page generator

This Project uses:

  • Foundation or Bootstrap
  • Sass
  • Javascript
  • jQuery
  • Compass
  • Modernizr
  • Jshint
  • Sass-lint
  • Express Server

Installation

First, install Yeoman and generator-sass-heroku using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-sass-heroku

Then generate your new project:

yo sass-heroku

Compile Project

  • Move to the new project folder generated with Yeoman
  • Run gulp to start initial compile and check for changes on files
  • Move to another Terminal tab and run node server.js
  • Server runs in localhost:8080

Thats's it!