0.1.1 • Published 7 years ago

@parsyl/ppl v0.1.1

Weekly downloads
1
License
UNLICENSED
Repository
-
Last release
7 years ago

Setup

npm install

Start

If you don't have gulp installed: npm install --global gulp-cli

To start the server and compile the SCSS/JS/HTML templates: gulp

then open http://localhost:8080

Deploy

gulp deploy

Development

SCSS files are in the ./src/scss directory and get compiled to the ./public/css directory by gulp.

HTML template files are in ./templates/src and get compiled to the ./public directory.

Bootstrap (and any other needed front-end dependencies) are managed by npm and automatically installed via gulp.