/html5-boilerplate

html5 Gulp Boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

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