Skip to content

cfator/ReactGraphqlExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Get started

Clone the repository:

install yarn, npm and node (>v9 <v10)

git clone https://github.com/cfator/ExampleGraphqlExample.git
cd ExampleGraphqlExample

Install dependencies and start the server:

cd server
yarn install
npm start

Install dependencies and start the frontend:

cd ../frontend
yarn install
npm start

Open your browser at http://localhost:3000.

About

Simple example showing the use of React and GraphQL. Also uses Mobx, Webpack, Bable and Sass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published