Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 342 Bytes

react-svg-drawer

How to dev

Setup

# ... Setup node and yarn
$ git clone [email protected]:kobakazu0429/react-svg-drawer.git
$ cd react-svg-drawer
$ yarn install

Commands

# written in package.json
$ yarn dev   # Start webpack-dev-server
$ yarn build # Build to dist/
$ yarn lint  # Check type and syntax