Code Monkey home page Code Monkey logo

apollo-poc's Introduction

Good Apollo IV: Volume 2

Words

Usage

  • Start GraphQl erver and UI client for development
    • yarn dev
  • Start WordPress site and block watcher
    • yarn dev:wp
  • Develop UI Client
    • yarn start:client
  • Build UI Client for production
    • yarn build:app
  • Start GraphQL server
    • yarn start:server
  • Start WordPress
    • docker-compose up -d
  • Develop Blocks
    • yarn start:block
  • Build blocks for production
    • yarn build:blocks

Overivew

Client

The UI uses Next.js as its framework and [Apollo React client] to connect to Grahql Server.

  • Provides components to query forms, form entry data and email marketting lists.
  • All components use render props for rendering.
  • Right now also has UI elements to make things simpler, but this package's responsiblity is to provide state, not to render state.

Server

  • /api

    • Server:
      • /api/types
      • /api/resolvers
  • /app.js

    • Express app
  • /server.js

    • HTTP(S) server
  • Apollo Server

  • Provides GraphQL types and database storage

  • Server-side rendering for client

WordPress

A WordPress site is included for showing how customer sites can use blocks to interact with this app. Also, development of those blocks.

URLs

apollo-poc's People

Contributors

shelob9 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.