Skip to content

📦 ‎ A sensible webpack 5 boilerplate.

License

Notifications You must be signed in to change notification settings

SealUI/webpack-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 webpack Boilerplate

License: MIT David

Sensible webpack 5 boilerplate using Babel, PostCSS and Sass with a hot dev server and an optimized production build.

Installation

git clone git@github.com:taniarascia/webpack-boilerplate
cd webpack-boilerplate
npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Author

License

This project is open source and available under the MIT License.

About

📦 ‎ A sensible webpack 5 boilerplate.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.8%
  • SCSS 10.0%
  • HTML 5.2%