IbrohimRasulov / Webpack-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack-template

This is a ready webpack template that can be used when you start a new project.

Prerequisites

- node

Setup

To re-generate the webpack bundler, run these commmands:

npm install
npm install --save-dev webpack
npm install --save lodash
npx webpack --config webpack.config.js
npm install webpack webpack-cli --save-dev
npm install --save-dev style-loader css-loader
npm install --save-dev csv-loader xml-loader
npm install --save-dev html-webpack-plugin
npm install --save-dev webpack-dev-server

Deployment

run:

npm run build
npm start

Authors

👤 Ibrohim Rasulov

Show your support

Give a ⭐️ if you like this project!

About


Languages

Language:JavaScript 81.1%Language:HTML 18.9%