Skip to content

adaptunit/webpack-pattern-1

Repository files navigation

📦 Webpack Boilerplate

License: MIT

Minimal Webpack 4 boilerplate with Babel, Sass, ESLint, Hot Module Replacement, and development/production optimization. +Bootstrap/jQuery optional.

Installation

git clone https://github.com/adaptunit/webpack-pattern-1.git
cd webpack-pattern-1
yarn install

Usage

Development server

yarn start

You can view the development server at localhost:3000.

Production build

yarn run build

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

yarn global add http-server

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

cd dist && http-server

Features

Dependencies

Webpack

Babel

Loaders

Plugins

Author

  • [@adaptunit]

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors