Skip to content

Local PHP server with BrowserSync, Sass support, ES6 JavaScript etc. for development & deployment

Notifications You must be signed in to change notification settings

timlg07/fullstack-gulp-boilerplate

Repository files navigation

fullstack-gulp-boilerplate

PHP server with BrowserSync, Sass support, ES6 Javascript

Install your modules

npm install

Local development

gulp

Build files for production

NODE_ENV=production gulp build

Deploy

You'll need to add the SFTP information in gulpfile.js/local.config.js

NODE_ENV=production gulp deploy