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

https://github.com/mohamedsamara/react-node-graphql

React Node GraphQL template
https://github.com/mohamedsamara/react-node-graphql

apollographql graphql graphql-tools node react typescript

Last synced: 8 months ago
JSON representation

React Node GraphQL template

Awesome Lists containing this project

README

          

# React Node GraphQL

# Description



This project is a template starter example of TypeScript, Node, React and GraphQL

## Quick start

1. Clone this repo using `git clone https://github.com/mohamedsamara/react-node-graphql.git`
2. Move to the directory: `cd `.

3. Run `yarn install` in order to install dependencies.

## Start development

```
yarn run dev
```

## Simple build for production

```
yarn build
```

## Run build for production

```
yarn start
```