Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibrohimrasulov/webpack-template
https://github.com/ibrohimrasulov/webpack-template
webpack
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrohimrasulov/webpack-template
- Owner: IbrohimRasulov
- Created: 2021-10-25T22:04:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T17:51:09.000Z (over 2 years ago)
- Last Synced: 2023-03-06T17:04:08.173Z (almost 2 years ago)
- Topics: webpack
- Language: JavaScript
- Homepage:
- Size: 8.47 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 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**
- [GitHub](https://github.com/IbrohimRasulov)
- [Twitter](https://twitter.com/IbrohimRasu1ov)
- [LinkedIn](https://www.linkedin.com/in/ibrohim-rasulov-a88352209/)## Show your support
Give a ⭐️ if you like this project!