Kurzdor / overbuffed-gulp

💪 🔥 Boilerplate buffed with SCSS, Webpack, Babel, etc. for developing "modern" web applications
5 stars 2 forks source link

Build Status Greenkeeper badge

overbuffed-gulp

v. 3.0.0

Install all packages

$ npm install

or via yarn

$ yarn

Launch compiling and live-server/live-reload

$ npm start / npm run dev

or via yarn

$ yarn start / yarn dev

Build for production (minify styles, scripts, images, etc.)

$ npm run build / npm run prod

or via yarn

$ yarn build / yarn prod