Skip to content

Sensible webpack 5.x boilerplate using Babel, PostCSS and Sass.

License

Notifications You must be signed in to change notification settings

925-Studio/925-webpack-app-boilerplate

Repository files navigation

📦 webpack 5 Boilerplate

License: MIT

Sensible webpack 5 boilerplate using Babel, PostCSS and Sass.

Installation

Clone this repo...

git clone https://github.com/925-Studio/boilerplate-webpack-5.git

then install.

npm install --save

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build

Note: Install http-server globally to deploy a simple server.

npm i -g http-server

You can view the deploy by creating a server in dist.

cd dist && http-server

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

Author

Tweaked by

License

This project is open source and available under the MIT License.

About

Sensible webpack 5.x boilerplate using Babel, PostCSS and Sass.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published