webpack-starter
v0.0.2
Published
A webpack starter for js
Downloads
6
Maintainers
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