https://github.com/jessepollak/gulp-express-coffee-sass
A Node start app with express, coffeescript, browserify, and sass
https://github.com/jessepollak/gulp-express-coffee-sass
Last synced: 4 months ago
JSON representation
A Node start app with express, coffeescript, browserify, and sass
- Host: GitHub
- URL: https://github.com/jessepollak/gulp-express-coffee-sass
- Owner: jessepollak
- Created: 2014-05-30T02:24:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T17:48:59.000Z (over 10 years ago)
- Last Synced: 2025-01-12T03:26:50.660Z (5 months ago)
- Language: CoffeeScript
- Size: 207 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting started
```bash
$ git clone https://github.com/jessepollak/gulp-express-coffee-sass.git example
$ cd example
$ git submodule init && git submodule update
$ gulp watch
```
# Heroku deployVisit http://localhost:3000 in your browser and you should be good to go.
```bash
$ heroku create
$ heroku config:set BUILDPACK_URL=https://github.com/timdp/heroku-buildpack-nodejs-gulp.git NODE_ENV=production
$ git push heroku master
$ heroku open
```Your browser should open up the heroku app in a new tab.