paulrenenichols / express-jquery-gulp-boilerplate

Full Gulp build with Express Server and SCSS, Jade, and Javascript workflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express jQuery Gulp Boilerplate Project

Dependencies

You need node and gulp to run this project.

Build Process

To build the project run the following:

  • npm install
  • npm install -g gulp
  • gulp install

Running the Project

  • To run the server, use the gulp start command.
  • To stop the server, use the gulp stop command.
  • The url of the app will be http://localhost:3000

About

Full Gulp build with Express Server and SCSS, Jade, and Javascript workflow.


Languages

Language:JavaScript 81.3%Language:CSS 12.5%Language:HTML 6.2%