DennisKo / perseus

An Apollo GraphQL Server & React Client in a Yarn Workspace deployed with Zeit 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Perseus - A React + GraphQL monorepo boilerplate

Perseus tries to supply a good starting point to build a Monorepo FullStack React/GraphQL App which can be deployed by a single command now.

The project combines:


Install

  • npx perseus-now myapp

Develop

cd myapp && yarn dev

Generate Types (Client)

After you made changes to your GraphQL schema:

cd www && yarn gen (while api running)

Deploy

One Time:

Deploy:

  • now in project root

WTF is Perseus?

In Greek mythology, Perseus (/ˈpɜːrsiəs, -sjuːs/; Greek: Περσεύς) is the legendary founder of Mycenae and of the Perseid dynasty, who, alongside Cadmus and Bellerophon, was the greatest Greek hero and slayer of monsters before the days of Heracles. He beheaded the Gorgon Medusa for Polydectes and saved Andromeda from the sea monster Cetus. He was the son of Zeus and the mortal Danaë, as well as the half-brother and great-grandfather of Heracles.

About

An Apollo GraphQL Server & React Client in a Yarn Workspace deployed with Zeit 2.0


Languages

Language:JavaScript 75.0%Language:TypeScript 25.0%