/web-starter-kit

A workflow for front end development

Primary LanguageHTMLMIT LicenseMIT

Web Starter Kit

Overview

It's like Google's Web Starter Kit but without Gulp.

Features

  • Sass support
  • Performance optimization
  • Code linting using JavaScript Standard Style
  • ES2015 via Babel
  • Browserify
  • Pug templating
  • Built-in HTTP server
  • Live browser reloading
  • Cross-device synchronization

Quickstart

  • Run yarn start to build your project in /dist
  • Run yarn run serve to build your project and enable live-reload and browser syncing

Todo

  • Add Autoprefixer and cssnano with PostCSS
  • Use TypeScript

License

MIT