https://github.com/zth/resgraph-template
Get started quickly with a new ResGraph project.
https://github.com/zth/resgraph-template
Last synced: about 1 month ago
JSON representation
Get started quickly with a new ResGraph project.
- Host: GitHub
- URL: https://github.com/zth/resgraph-template
- Owner: zth
- License: mit
- Created: 2023-05-12T20:13:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T11:32:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T00:29:42.929Z (about 1 year ago)
- Language: ReScript
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ResGraph Project Template
Get started quickly with a new ResGraph project.
## Installation
```sh
npm install
```
## Development
- Watch ResGraph: `npm run resgraph:dev`
- Watch ReScript: `npm run res:dev`
- Start and watch the GraphQL server: `npm run watch-app`
Now visit `http://localhost:9797/graphql` to explore your API in GraphiQL.
## Build
- Build: `npm run res:build`
- Clean: `npm run res:clean`
- Build & watch: `npm run res:dev`
## Run
```sh
node src/App.mjs
```