An open API service indexing awesome lists of open source software.

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

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/`