/webpack-boilerplate

Webpack 5 starter template for TypeScript projects.

Primary LanguageJavaScriptMIT LicenseMIT

📦 Webpack Boilerplate

GitHub

Sensible webpack 5 boilerplate using TypeScript, Babel, PostCSS and Sass with a hot dev server and an optimized production build.

Installation

Clone this repo and install dependencies.

yarn install

Usage

Development server

yarn start

You can view the development server at localhost:8080.

Production build

yarn build

Run Express server

yarn serve

Features

Dependencies

webpack

Babel

Loaders

Plugins

Linters

Author

License

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