< back to profile

webpack-boilerplate

📦 ‎ A sensible webpack 5 boilerplate.

JavaScriptrepo ->Mar 14, 2024
webpack-boilerplate screenshot

📦 webpack Boilerplate

License: MIT

Sensible webpack 5 boilerplate using Babel, PostCSS and Sass.

Installation

Clone this repo and npm install.

bash
npm i

Usage

Development server

bash
npm start

You can view the development server at localhost:8080.

Production build

bash
npm run build

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

bash
npm i -g http-server

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

bash
cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

Author

License

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

Command Palette

Search hackers, navigate pages