yuvilio / scratch-phpmod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

static-pack

  • dev server → browsersync
  • template engine → pug
  • post css → stylus + stylint
  • javascript → es6 + babel + eslint (jquery less)
  • svg-sprite
  • bootstrapのreboot.cssをリセットに使用
  • css grid layout
  • etc...

Intall

npm install

Build on dev server

npm run dev

Build with generating static files

npm run build

Inspired by static-pack

About

License:MIT License


Languages

Language:PHP 44.7%Language:CSS 22.8%Language:HTML 16.8%Language:JavaScript 15.7%