Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

klan/webpack-demo

Repository files navigation

webpack-demo

A simple Webpack demo using multiple configs and webpack-dev-server

Folder Description
dist distribution folder
public HTML templates
src/app javascript source code
src/style style source code

Setup

Prerequisites

Install npm (or install Node):

curl -L https://www.npmjs.com/install.sh | sh

Install dependencies

npm i

Run development server

Serves the app at localhost:8080:

npm run start

Build

Builds the app in the distribution folder:

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors