- Download and unzip repo
- Go to unzipped folder
- Install packages with
$ npm install
- Install static server with
$ npm install http-server -g
(optional)
- Run webpack-dev-server with
$ npm run dev
- See
localhost:8080
- Make dist bundles with
$ npm run dist
- Run static server with
$ http-server
- See
localhost:8080