001123 / maple-gulp

Gulp template by maple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maple-Gulp * Sass - Handlebars template ⚡


Version

Maple

Features ✨ :

  • Sass/scss , css prefix , css nano ✅
  • Babel es6 ✅
  • Handlebars template for mudularize html ✅
  • BrowserSync Live reload ✅
  • Optimize for production : Minify html,css,image ✅
  • PageSpeed Insights ✅
  • Deploy to surge.sh ✅
  • Add more 😋

Require 😺 :

  • gulp [npm i -g gulp]
  • node sass more info
  • On window check node-gyp this
  • python 2.7

Dev workflow 🌀 :

├── app (Dev folder)
├── dist (Build product folder)
├── ...

App folder structure 🔦 :

./app
├── favicon.ico 
├── humans.txt
├── images [Folder]
├── index.html
├── manifest.json
├── manifest.webapp
├── robots.txt
├── js  [Folder] <- [App js logic]
├── scripts [Folder]
├── service-worker.js
├── styles  [Folder] <- [Style scss here]
└── template  [Folder] <- [Edit template here]

Run 🔌 :

  • Local dev : gulp
  • Build production : gulp build
  • Server production build: gulp serve:dist
  • Deploy to surge server : gulp surge -d [name of project]

(C) 11/2017 - 001123 - maplestudio 📝

About

Gulp template by maple


Languages

Language:JavaScript 76.5%Language:HTML 20.5%Language:CSS 3.1%