Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 305 Bytes

File metadata and controls

29 lines (18 loc) · 305 Bytes

Site mediation (webpack)

Minimum node version : 14.15

nvm use 14.15

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