https://github.com/danny-yamamoto/fuse-dev
Try fuse.
https://github.com/danny-yamamoto/fuse-dev
fuse
Last synced: about 2 months ago
JSON representation
Try fuse.
- Host: GitHub
- URL: https://github.com/danny-yamamoto/fuse-dev
- Owner: danny-yamamoto
- Created: 2024-03-02T01:02:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T04:36:09.000Z (about 1 year ago)
- Last Synced: 2025-02-02T18:23:19.006Z (4 months ago)
- Topics: fuse
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Install
```bash
npx create-fuse-app
npm install
npm install --save fuse graphql
npm install --save-dev @graphql-typed-document-node/core
```## Set up GraphQLSP to get IDE autocomplete
https://fusedata.dev/docs/setting-fuse-up-manually#set-up-graphqlsp-to-get-ide-autocomplete## Run the Fuse API server
```bash
npx fuse dev
```## reference
- [Getting Started](https://fusedata.dev/docs)