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
- Host: GitHub
- URL: https://github.com/bdombro/dombro-apollo-stack
- Owner: bdombro
- Created: 2020-10-18T13:07:17.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-25T21:46:13.000Z (over 5 years ago)
- Last Synced: 2025-02-23T10:05:48.801Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 634 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```