1.0.2 • Published 3 years ago

@anarchy_zzh/react-board v1.0.2

Weekly downloads
72
License
ISC
Repository
-
Last release
3 years ago

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