Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 259 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 259 Bytes

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