Skip to content
This repository was archived by the owner on May 17, 2020. It is now read-only.

Files

Latest commit

 

History

History
18 lines (14 loc) · 289 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 289 Bytes

bcdice-js browser(webpack) example

Requirements

  • Node.js
  • yarn(recommended) or npm

Usage

  1. Install dependencies

    yarn
  2. Start webpack-dev-server

    yarn start
  3. Open http://localhost:8080 with your browser.