Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hunghkit/apollo-client-starter


https://github.com/hunghkit/apollo-client-starter

Last synced: 18 days ago
JSON representation

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/).