Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo4j-devtools/graphql-voyager-ga
GraphQL Voyager wrapped in a Neo4j Graph App
https://github.com/neo4j-devtools/graphql-voyager-ga
Last synced: about 2 months ago
JSON representation
GraphQL Voyager wrapped in a Neo4j Graph App
- Host: GitHub
- URL: https://github.com/neo4j-devtools/graphql-voyager-ga
- Owner: neo4j-devtools
- License: apache-2.0
- Created: 2020-05-22T09:32:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:14:29.000Z (9 months ago)
- Last Synced: 2024-04-26T08:21:53.004Z (9 months ago)
- Language: CSS
- Homepage: https://neo4j-apps.github.io/graphql-voyager-ga
- Size: 2.31 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GraphQL Voyager Graph App
A convenient wrapper of GraphQL Voyager to use within Neo4j Desktop.
## Install
Install for offline use:
-- `https://registry.npmjs.org/@neo4j-apps/graphql-voyager-ga`
Use hosted application:
-- `https://neo4j-apps.github.io/graphql-voyager-ga/`
## Development
Run application in development mode: `npm run start`
But, first `npm i` to get All The Things
## Publishing
Produce a build:
- `npm run build`
- `npm pack`Test the build by dragging and dropping the `.tgz` onto Neo4j Desktop.
Publish:
- `npm run release`
Deploy:
- `npm run deploy`