Skip to content

Apollo Client React Boiler for Apollo-Server-Standalone-Boiler (Apollo-Client-React V3)

Notifications You must be signed in to change notification settings

Ha-Young/Apollo-Client-Standalone-Boiler

Repository files navigation

Apollo-Client-Standalone-Boiler

Apollo Client Standalone Boiler (Apollo-Client V3)

Boilerplate for Apollo Client Standalone without many references and no decent Starter or Boilerplate. Made for beginners like me.

Backend -> Here

Demo

Project Using this boiler :

Feature

  • Atomic Design Structure
  • Authentication using JWT Token
  • Support for file upload using graphql-upload
  • Responsive App
  • PWA
    • installing home screen
    • caching static data
    • caching fetch data
    • post request caching for graphQL when post data at offline

Require

Node version : V12.22.1

Install

  1. Install Project node-modules
yarn

use yarn for yarn.lock

  1. The environment setting (.env file) must be entered as follows.
NODE_VERSION=12.22.1
REACT_APP_GOOGLE_CLIENT_ID=<YOUR_GOOGLE_CLIENT_ID>
REACT_APP_GRAPHQL_API_URI=<YOUR_GRAPHQL_SERVER_URI>

Guide

About

Apollo Client React Boiler for Apollo-Server-Standalone-Boiler (Apollo-Client-React V3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published