Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunghkit/apollo-client-starter
https://github.com/hunghkit/apollo-client-starter
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hunghkit/apollo-client-starter
- Owner: hunghkit
- License: mit
- Created: 2020-04-13T06:08:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:05:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T07:31:50.387Z (almost 2 years ago)
- Language: TypeScript
- Size: 4.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Apollo-client-starter
- Simple init reactjs project with create react app and apollo-client based on typescript.
- If you want to connect a apollo-server template typescript [click here](https://github.com/hunghkit/apollo-server-demo).
- If you want to connect a apollo-server template javascript [click here](https://github.com/hunghkit/graphql-template-by-module).# In development
```
- Step 1: git clone [email protected]:hunghkit/apollo-client-starter.git
- Step 2: cd apollo-client-starter && yarn install
- Step 3: yarn start
```## Note
Template is created by Create React App you can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).