Welcome to glivera-webpack-boilerplate

Get started

  1. Install node.js

  2. If Windows

     Install cross-env global
    
     npm i cross-env -g
    
  3. Install npm packages

     npm ci
    
  4. Let's code!

     npm run dev -  это дев с вотчем и серваком / dev server with live reload
     npm run dev-build - это собирается дист, но в режиме разработки есть вотчинг, но нет сервака / it is compiling dist, but in development mode there is watching, but there is no server
     npm run build это продакшен билд с минификациями 
     и три таска там линтинги и производительность 
     все таски есть в package.json
     / this is a production build with modifications and three tasks there linting and performance 
     all tasks are in package.json