webpack-starter

A webpack starter for js

Usage no npm install needed!

<script type="module">
  import webpackStarter from 'https://cdn.skypack.dev/webpack-starter';
</script>

README

webpack-starter

Quick start

Clone/Download the repo then edit index.js
# clone our repo
# --depth 1 removes all but one .git commit history
git clone  https://github.com/webpack-starter.git

# change directory to our repo
cd webpack-starter

# install the repo with npm
npm install

# start the server
npm start

# bulid release
npm run bulid:prod

go to http://0.0.0.0 or http://localhost in your browser