https://github.com/donaldp/imba-apollo-graphql
Apollo & GraphQL setup for Imba
https://github.com/donaldp/imba-apollo-graphql
apollo graphql imba
Last synced: 4 months ago
JSON representation
Apollo & GraphQL setup for Imba
- Host: GitHub
- URL: https://github.com/donaldp/imba-apollo-graphql
- Owner: donaldp
- License: mit
- Created: 2021-04-26T07:56:51.000Z (about 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-07-29T08:12:39.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T21:55:33.745Z (about 2 years ago)
- Topics: apollo, graphql, imba
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


Getting Started
-------
First, you need to clone the repo:
```
git clone https://github.com/donaldp/imba-apollo-graphql.git
```
Then you need to install the dependencies:
```
npm install
```
Then finally, you can run the application:
```
npm run start
```
License
-------
The MIT License (MIT). Please see [License File](LICENSE) for more information.