Skip to content

king-prawns/webpack5-starter-kit

Repository files navigation

webpack5-starter-kit

Webpack 5 with webpack-dev-server configuration (and Web Components).

Installation via CLI

  • Install w5kit-cli
npm install -g w5kit-cli
  • Launch the CLI
w5kit
  • Choose Vanilla JS

Installation via Clone

  • Clone this repository
git clone https://github.com/king-prawns/webpack5-starter-kit.git [your-app-name]

Remove the .git folder and change details within:

package.json
src/manifest.json
  • Install dependencies
$ cd your-app-name
$ yarn

Available tasks

# Runs development server (Webpack dev server)
$ yarn dev

# Build command
$ yarn build

# Lint with ESLint
$ yarn lint

# Run Flow
$ yarn flow

# Run unit tests (ava + instanbul)
$ yarn test

# Runs http-server on port 8082
$ yarn httpserver

Features

TypeScript

About

Webpack 5 starter kit

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •