https://github.com/hiswe/decision-tree
Simple HTML + SVG decision tree display
https://github.com/hiswe/decision-tree
Last synced: 4 months ago
JSON representation
Simple HTML + SVG decision tree display
- Host: GitHub
- URL: https://github.com/hiswe/decision-tree
- Owner: Hiswe
- License: mit
- Created: 2019-11-10T17:22:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T10:18:24.000Z (over 6 years ago)
- Last Synced: 2025-03-22T17:44:46.765Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://dreamy-goldberg-48d146.netlify.com/
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# decision-tree
- [requirements](#requirements)
- [commands](#commands)
- [building dependencies](#building-dependencies)
- [launching for test](#launching-for-test)
- [vanilla JS](#vanilla-js)
- [Vue JS](#vue-js)
## requirements
- [node](http://nodejs.org/download/) >= 10.17.0
- [yarn](https://yarnpkg.com/lang/en/) >= 1.16.0
## commands
### building dependencies
```sh
yarn install
```
### launching for test
#### vanilla JS
```sh
yarn start
```
application will be accessible at `http://localhost:8010/`
#### Vue JS
```sh
yarn vue
```
application will be accessible at `http://localhost:1234/`