Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 326 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 326 Bytes

Josh Software Website

Boilerplate and custom bootstrap configuration to build faster, using Sass and Jade Template Engine.

Commands

Install dependencies

npm install

Starts development:

npm start

Or

gulp serve

Build:

gulp

Serve dist:

gulp serve:dist

Clean:

gulp clean