Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerelmiller/react-apollo-ssr
https://github.com/jerelmiller/react-apollo-ssr
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jerelmiller/react-apollo-ssr
- Owner: jerelmiller
- Created: 2022-09-30T02:00:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T23:30:37.000Z (about 2 years ago)
- Last Synced: 2024-10-17T15:37:24.339Z (22 days ago)
- Language: TypeScript
- Size: 554 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React 18 SSR Demo with Apollo
## Setup
Clone the repo and install dependencies
```sh
npm install
```Once installed, you can run the app using:
```sh
npm start
```Visit http://localhost:4000/ to see the running app