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

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.

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
```