An open API service indexing awesome lists of open source software.

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

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