Webpack JavaScript Template
A simple and easy-to-use template for starting a new JavaScript project with Webpack.
Usage
- Clone this repository:
git clone https://github.com/sosumit001/webpack-javascript-template.git
- Install dependencies:
npm install
- To build the project for production:
npm run build
- To serve the project locally
npm run dev
This will create a dist
folder with the bundled code and start a local development server.
###Feel free to customize the template to fit your specific needs!