Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 371 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 371 Bytes

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