dennisc9 / html5-boilerplate

html5 Gulp Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html5-boilerplate

html5 boilerplate with gulp processes for hot reloading development environment.

Instructions

$ yarn install

# development to build, server, and watch
$ yarn start

# just build
$ yarn build

# delete the /dist directory
$ yarn clean`

# prettify contents in the /src directory
$ yarn pretty

TODO

  • eslint & stylelint
  • add chalk so i can trigger eslint and stylelint on commit

About

html5 Gulp Boilerplate

License:MIT License


Languages

Language:JavaScript 63.5%Language:HTML 32.8%Language:CSS 3.7%