Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biantris/vite-relay-react
⚡️ Project with Vite + Relay and React TS
https://github.com/biantris/vite-relay-react
react relay typescript vite
Last synced: about 1 month ago
JSON representation
⚡️ Project with Vite + Relay and React TS
- Host: GitHub
- URL: https://github.com/biantris/vite-relay-react
- Owner: biantris
- Created: 2022-02-06T04:05:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T22:28:57.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:28:41.673Z (7 months ago)
- Topics: react, relay, typescript, vite
- Language: TypeScript
- Homepage: https://vite-relay-react.netlify.app
- Size: 56.6 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚡️ vite-relay-react
Inspired by https://github.com/oscartbeaumont/vite-plugin-relay
### Starting
```bash
yarn
# or
yarn install
```
### Run relay
```bash
yarn relay
```
### Run
```bash
yarn dev
```
### demo
🔗 https://vite-relay-react.netlify.app
![image](https://user-images.githubusercontent.com/65451957/152700351-8b1074a3-4bad-4fd7-8c6f-7f20820f06d4.png)## contributions
Feel free to contribute to this project, if you find any bugs or improvements, open an issue and send a PR about it \o/