An open API service indexing awesome lists of open source software.

https://github.com/bdombro/dombro-apollo-stack

A reference full-stack Apollo + React app for my R&D
https://github.com/bdombro/dombro-apollo-stack

Last synced: 2 months ago
JSON representation

A reference full-stack Apollo + React app for my R&D

Awesome Lists containing this project

README

          

# Dombro's Apollo Stack

I've been working with Apollo stacks for years, so it seemed time I make a reference stack to do R&D and demonstrate my opinions.

Status: Working, but unstable.

Batteries included:
1. Type-strict Apollo GraphQL Server
2. Type-strict React Client
3. Authentication
4. Hot-reloading Developer Experience
5. Advanced env/config management (almost done)
6. Postgres (coming soon)
7. Production Builds (coming soon)

## Getting started

```shell script
npm i
npm start
```