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

https://gitlab.com/digested/lincle

A 'reactive' React node and edge generator
https://gitlab.com/digested/lincle

Last synced: 11 months ago
JSON representation

A 'reactive' React node and edge generator

Awesome Lists containing this project

README

          


Monorepo for lincle:
A reactive React node and edge generator



Commitizen Friendly
Semantic Release


Build Status
Coverage Report
Build Analysis
NPM Version
License
FOSSA Status
Canonical Code Style

**lincle** generates a reactive, interactive, touch supported node and edge graph.

### [Demo](https://lincle.gitlab.io/lincle/)

This is a mono repo. See [here for package source](https://gitlab.com/digested/lincle/tree/master/packages/) and [here for demo source](https://gitlab.com/digested/lincle/tree/master/demo/).

## Build

```bash
yarn bootstrap
yarn build
```

## Demo

```bash
yarn start
```

## Development

The following will run, in parallel, `webpack` in `watch` mode for the packages, and start an express development server for the demo:

```bash
yarn start:dev
```