Skip to content
/ webpack-template Public template

Вебпак шаблон с базовыми настройками

Notifications You must be signed in to change notification settings

MilaNick/webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Webpack template v.2 ✨

Basic configuration of Webpack 5 The project uses Sass(Scss), Pug, Bootstrap, Jquery, React, Typescript

🚀 Quick start

  • Clone this repo and npm install
npm i

Commands in terminal:

  • Development server
npm start
  • Production build
npm run build
  • Development mode
npm run dev