techird / svg-board

Do svg experiments

Home Page:https://techird.github.io/svg-board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Do svg experiments

https://techird.github.io/svg-board


Languages

Language:TypeScript 74.8%Language:CSS 21.2%Language:JavaScript 2.7%Language:HTML 1.2%