/webpack-starter

This repo help you to quickly build a webpack project

Primary LanguageJavaScript

webpack-starter

This repo help you to quickly build a webpack project

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/hxfdarling/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://localhost in your browser