0.0.2 • Published 8 years ago

webpack-starter v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

0.0.2

8 years ago

0.0.1

8 years ago

2.0.0

8 years ago

1.0.0

9 years ago