Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 206 Bytes

File metadata and controls

15 lines (10 loc) · 206 Bytes

Quick start:

$ yarn # npm install
$ yarn build # npm run build

Development

Run Webpack in watch-mode to continually compile the JavaScript as you work:

$ yarn watch # npm run watch