/w5

Webpack 5 boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Webpack5 Boilerplate

Installation

Clone this repo and npm install.

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build