My-Webpack-config

MIT License

Stars
4

My Webpack config

This is a starter webpack full configuration, i made for myself , but you are free to use it 😃 - including docs, Makefile, and GH Actions CI

Click to use as template

How to use this starter project

_TODO: You must have node installed on your machine, inother to use the npm command

To Clone into your local repo

$ git clone https://github.com/Ginohmk/My-Webpack-config.git

To install dependencies

$ npm install 

To fix audit error

$ npm audit fix --force

To run webPack Server

$ npm start

To build dist folder

$ npm run build

Documentation

This webpack configuration included the following setup

License

Released under MIT by @Ginohmk.