Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neo4j-devtools/relate-by-ui

Neo4j UI kit, this is very much a work in progress and things will change along the way!
https://github.com/neo4j-devtools/relate-by-ui

Last synced: about 1 month ago
JSON representation

Neo4j UI kit, this is very much a work in progress and things will change along the way!

Awesome Lists containing this project

README

        


UI.


Styles, components and guidelines for building a Neo4j Graph App

:construction: work in progress :construction:

---

This repository will be filled with new components whenever the UX team releases new designs in our styleguide.

---
## Building

Initialize all the sub-packages:

```
yarn install && yarn lerna-init
```
or
```
npm install && npm run lerna-init
```