Basic landing page generator
- Foundation or Bootstrap
- Sass
- Javascript
- jQuery
- Compass
- Modernizr
- Jshint
- Sass-lint
- Express Server
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
- 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!