Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Environment for Front-end development with Webpack.

Notifications You must be signed in to change notification settings

felixicaza/webpack-boilerplate

Repository files navigation

Webpack Environment

Environment for Front-end development using Webpack.

Features

For dynamic development with HTML, it is configured with the Pug template engine. Besides SASS for CSS processing.

In development Webpack is enabled with few modules for basic operation. In production, it is enabled code-splitting, as well as optimization of HTML files and compression of assets using Gzip and Brotli.

Installation

With NPM

npm install

or Yarn

yarn install

Usage

Development

npm run serve

Production

npm run build

About

Environment for Front-end development with Webpack.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published