Skip to content

takusan64/json-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json-graph

Create a graph by loading JSON. This Page is made with Create React App and TypeScript.

Easy Start

Show your bowser localhost:3000.

local

  • Node.js 14.16.1
  • yarn 1.22.10
yarn install
yarn start

docker

docker-compose up -d

Deploy Step(local only)

yarn deploy