Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 622 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 622 Bytes

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.