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
- Host: GitHub
- URL: https://github.com/mohamedsamara/react-node-graphql
- Owner: mohamedsamara
- License: mit
- Created: 2022-06-18T03:20:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T03:44:14.000Z (about 3 years ago)
- Last Synced: 2025-01-03T10:24:00.457Z (9 months ago)
- Topics: apollographql, graphql, graphql-tools, node, react, typescript
- Language: TypeScript
- Homepage:
- Size: 3.57 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```