Everyone has a problem with configure Webpack 4. Webpack was definitely complicated and
misunderstandable for me at first sight. I started looking for how to do it, and I found
a million tutorials online, so you probably have seen a thousand different ways to configure
Webpack file. I decided to write an article about it(I know how to set up Webpack 4).
Link to tutorial https://medium.com/@gapur.kassym/how-to-set-up-webpack-4-49012dedbfd6
We use npm in this project.
- Clone this repo:
git clone https://github.com/Gapur/webpack-tutorial.git
- Install dependencies:
npm install
- Launch projcet:
npm start
npm run build