Skip to content

techird/svg-board

Repository files navigation

SVG Board

SVG experiment tool, built with react + typescript + redux.

Enjoy it!

Installation

First of all, install node(>= v6.7) and yarn.

Next, clone the repo below (from this repo or somewhere you folked).

git clone https://github.com/techird/svn-board.git

Use yarn to install all dependencies.

yarn

Development

Run dev command to start development. React hot module replacement is enabled!

yarn run dev

And now you can visit http://localhost:8081.

Build

Run npm build command to build final production files.

yarn run build