jpggvilaca / webpack-boilerplate

Minimal webpack boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalist Webpack Boilerplate

Instructions

  • Clone repo - git clone https://github.com/jpggvilaca/webpack-boilerplate.git
  • Change to the cloned repo's folder - cd webpack-boilerplate
  • Install dependencies - npm install
  • Start the server - npm start
  • Navigate to localhost:3500 in the browser
  • Enjoy!

Note: Use a node version > 10

Content

  • Webpack 5

  • ES6 support

  • Sass support

  • Hot Module Reload - browser reloads whenever a js or cs//scss file changes

  • You can change the port on webpack.config.js on line 26

About

Minimal webpack boilerplate


Languages

Language:JavaScript 78.4%Language:HTML 19.5%Language:SCSS 2.2%