Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.01 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.01 KB

Introduction

This repo contains a collection of examples that are used in the Webpack Guides.

Using the examples

The easiest way to follow along with the guides is to clone this repo:

git clone git@github.com:TheDutchCoder/webpack-guides-code-examples.git
cd webpack-guides-code-examples

Then whenever you want to start a specific guide, navigate to the corresponding directory and run an npm install. For example if you wanted to follow along with the Asset Management guide, you would do:

cd examples
cd asset-management
npm install

Contributing

Please open an issue if you want to propose a change in an example, or feel something's missing. Or you can open a Pull Request if you have made changes to the examples.

All contributions are welcome!