Skip to content

adrian10016/react-node-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-React-Sequelize-GraphQL

React, Node, Sequelize, GraphQL

Development

Setup client

$ cd ./client
$ yarn
$ yarn dev

More details about client is here

Setup server

$ cd ./server
$ yarn
$ cp .env.example .env

# After editing the `.env` file we need to setup DB
$ yarn db:create
$ yarn dev

More details about server is here

GraphQL playground

http://localhost:4000/graphql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published