Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 288 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 288 Bytes

webpack-boilerplate

Simple webpack boilerplate

Getting started

Install packages, either by yarn or npm install. Edit the package.json file to your desire.

Dev-server and production build

For the dev-server run npm start.

To build for production run npm run build.