https://github.com/leebenson/dagre-test
Graphs FTW
https://github.com/leebenson/dagre-test
Last synced: 9 months ago
JSON representation
Graphs FTW
- Host: GitHub
- URL: https://github.com/leebenson/dagre-test
- Owner: leebenson
- License: mit
- Created: 2016-02-03T18:21:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T18:35:19.000Z (over 10 years ago)
- Last Synced: 2024-12-28T06:20:23.998Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graph demo for Sevki
run (in the cloned dir)
`npm i`
`npm i -g webpack-dev-server`
`webpack-dev-server`
Then go to `http://localhost:8080`
If that doesn't work, you're probably missing some NPM packages (it should say which ones.)
Install each until it stops bitching.