Gapur / webpack-tutorial

Configure web app on Webpack 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Configure web app on Webpack 4


Languages

Language:JavaScript 95.0%Language:CSS 5.0%