Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 347 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 347 Bytes

✨ 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