Skip to content

lime7/w5

Repository files navigation

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