Skip to content

Gapur/webpack-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-tutorial

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

Installation

We use npm in this project.

  1. Clone this repo:
git clone https://github.com/Gapur/webpack-tutorial.git
  1. Install dependencies:
npm install
  1. Launch projcet:
npm start

Build

npm run build