Skip to content

varya/gulp-express-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple project stub with express server and livereload

This is a simple express server flavoried with livereload for the development mode.

Installation

> npm install

Running in development

> gulp

This provides a development server. CSS, JavaScript and HTML files are watched in src folder and the website is reloaded in case of changes.

Running app in production

> gulp build:app --env=production
> node lib/app/app.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published