SVG experiment tool, built with react + typescript + redux.
Enjoy it!
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.gitUse yarn to install all dependencies.
yarnRun dev command to start development. React hot module replacement is enabled!
yarn run devAnd now you can visit http://localhost:8081.
Run npm build command to build final production files.
yarn run build