benits / boilerplate-webpack-5

Customizable Boilerplate using Webpack 5, Babel, PostCSS and Sass with an active development server and an optimized production build.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to webpack-boilerplate 👋

License: MIT Twitter: papoddev

Customizable Boilerplate using Webpack 5, Babel, PostCSS and Sass with an active development server and an optimized production build.

Install

npm install

Usage

Development server

yarn start

You can view the development server at localhost:3000.

You can view the bundle Analyzer server at http://127.0.0.1:8888.

Production build

yarn 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

Authors

👤 Matheus Benites

👤 Uellington Palma

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!


About

Customizable Boilerplate using Webpack 5, Babel, PostCSS and Sass with an active development server and an optimized production build.

License:MIT License


Languages

Language:JavaScript 96.1%Language:HTML 3.1%Language:Shell 0.5%Language:CSS 0.3%