@anarchy_zzh/react-board

a react component that draws go board

Usage no npm install needed!

<script type="module">
  import anarchyZzhReactBoard from 'https://cdn.skypack.dev/@anarchy_zzh/react-board';
</script>

README

react-goboard

a react component that draws go board

Screenshot

Build Demo

Make sure you have Node.js v8 and npm installed. First, clone this repository via Git, then install all dependencies with npm:

$ git clone https://github.com/Go-Taoism/react-goboard.git
$ cd goboard
$ npm install

Use the build script to build the demo project:

$ npm run build

You can use the dev command for development:

$ npm run dev