https://github.com/avanishd-3/webpack-template
Webpack template
https://github.com/avanishd-3/webpack-template
template templates webpack
Last synced: 10 months ago
JSON representation
Webpack template
- Host: GitHub
- URL: https://github.com/avanishd-3/webpack-template
- Owner: avanishd-3
- Created: 2025-05-05T01:38:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T01:56:53.000Z (about 1 year ago)
- Last Synced: 2025-05-07T20:55:36.557Z (about 1 year ago)
- Topics: template, templates, webpack
- Language: JavaScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-template
This is a template for using webpack with Typescript, HTML, and CSS to deploy to GitHub Pages.
**Important**: Only use this if Vite is not an option and you are not using React, Vue, or another framework.
## Features
- ESM modules
- ESLint - scripts, styles, markdown linter
- Prettier - formatting
## Github Template
This is a template repo. Click the green [use this template](https://github.com/new?template_name=webpack-template&template_owner=avanishd-3) button to get started.
## Run after Initial Use
- Run git init to clean up the history
## Usage
- start - starts dev server
- build - generates dist bundle
- clean - delete dist folder
- format - use Prettier to format code
- deploy - build and deploy to GitHub Pages