ralzinov / frontend-start-kit

Webpack2 project config boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend project start kit

##Description This is my little webpack config boilerplate for frontend.

##Content

  1. Webpack v2
  2. Generate html from handlebars templates (html-webpack-plugin)
  3. Babel
  • es2015 preset
  • Module dynamic import with import() or Async await syntax
  1. Eslint (airbnb configured)
  2. Lodash
  3. Moment.js
  4. Write better run scripts in package.json (better-npm-run)
  5. Use SCSS syntax (css-loader)
  6. Use PostCSS autoprefixer (postcss-loader)
  7. Generate favicons for all possible devices (favicons-webpack-plugin)
  8. Other
  • webpack-dev-server
  • friendly-errors-webpack-plugin
  1. ...

##TODO

  • add svg sprites
  • create react and angular branches
  • fill this readme

About

Webpack2 project config boilerplate


Languages

Language:JavaScript 87.5%Language:CSS 8.7%Language:HTML 3.8%