Webpack5 Starter Kit Save

Webpack 5 starter kit

Project README

webpack5-starter-kit

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

Dependencies

  • Node v14.18.0 (or later)
  • Yarn v1.22 (or later) | NPM v6.13.4 (or later)

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

Please go to TS repo

Open Source Agenda is not affiliated with "Webpack5 Starter Kit" Project. README Source: king-prawns/webpack5-starter-kit
Stars
76
Open Issues
0
Last Commit
3 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating