Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

20 lines (17 loc) · 1.03 KB

webpack-boilerplate

A basic webpack project setup, packed with all kinds of useful goodies.

Setup

This setup uses yarn as its package manager. Please make sure to have it installed and run yarn to be able to download all necessary packages. If you prefer npm you can just delete the yarn.lock file and run npm install.

Contents

This setup comes with the follwing features:

  • Webpack 4 Setup including
    • SCSS support
    • separate configurations for production and development
    • hot module replacement via webpack-dev-server
  • Legacy Browser Polyfills for ES6 via core-js
  • JavaScript Linting via eslint
  • JavaScript Unit Testing via jest
  • ES6 Support via babeljs
  • An EditorConfig setup

Usage

Feel free to fork this repo and modify it according to your needs. Leave me a note if you like this setup.