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.git
Use yarn to install all dependencies.
yarn
Run dev command to start development. React hot module replacement is enabled!
yarn run dev
And now you can visit http://localhost:8081.
Run npm build command to build final production files.
yarn run build