Skip to content

Herald-Flores/webpack-setup

Repository files navigation

Boilerplate

Webpack 5 basic setup for start new html project.

Quick Start

Clone this repository:

$ git clone https://github.com/Herald-Flores/boilerplate.git

Building and running on localhost

First install dependencies:

npm install

To create a production build:

npm run build

To create a development build:

npm run dev

To create a development build and watch:

npm run watch

Running

node build/bundle.js

Requiremets

This project requires you have nodejs with npm installed.