Skip to content

Base template for creating standalone prototypes and deploying on Heroku. JS elements of this not working yet.

Notifications You must be signed in to change notification settings

rajeshdigital/raj-node-base-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In terminal run this :

Run > gulp

Automates the following tasks :

gulp.task('monitor', function() {

gulp.watch('scss/.scss', ['scsscompile']); // running scss compiler on changes to scss gulp.watch('stylesheets/.css', ['minifycss']); // changes to css will then minify into this file gulp.watch('javascripts/*.js', ['uglify']); // changes to JS files will also get compressed });

Starts express engine for server behaviour

About

Base template for creating standalone prototypes and deploying on Heroku. JS elements of this not working yet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published