Skip to content

forstleblue/GraphQLApp

Repository files navigation

GraphQL Query

This project use Apollo Server to integrate GraphQL

Features

Quickstart

git clone https://github.com/forstleblue/GraphQLTest.git your_app
cd your_app
npm install
npm run start

Available Commands

npm run start - starts the development server. Oen http://localhost:4000/ npm run eslint Run eslint

http://localhost:4000/graphiql

File Structure

Webpack Config

Webpack for bundling modules. Configuration file is webpack.config.js

Server

It uses Express framework.

If NODE_ENV is development, we apply Webpack middlewares for bundling and Hot Module Replacement.

Client

The app directory contains all the shared components, routes and reducers. action folder have all actions for fetching data. reducers folder have app holds app state routes have all routing for this app store for redux store The server runs node js server

ScreenShot

Alt text Alt text

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors