webpackstarterkit
v1.0.0
Published
Webpack starter kit
Downloads
4
Readme
Webpack Starter Kit
Firstly you have to have:
- Nodejs installed (npm install webpack -g)
After that you can install the webpack starter kit:
- npm install
Then you can choose between:
- npm start (development mode)
- npm build (production mode)