https://github.com/simonaco/create-graphless
https://github.com/simonaco/create-graphless
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonaco/create-graphless
- Owner: simonaco
- Created: 2019-05-05T12:57:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T05:01:52.000Z (about 5 years ago)
- Last Synced: 2025-04-01T16:06:36.141Z (about 1 year ago)
- Language: HTML
- Size: 31.3 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Graphless
CLI that generates the code you need for running Graphql with Azure Functions
## Prerequisites
1. A recent version of [Node](https://nodejs.org/en/download) (8+)
1. [Azure Functions CLI](https://docs.microsoft.com/azure/azure-functions/functions-run-local?WT.mc_id=graphqless-github-sicotin)
1. [Free Azure Account](https://azure.microsoft.com/en-us/free/?wt.mc_id=graphless-github-sicotin)
## How to run it
1. Install package ```npm i @simonaco/create-graphless -g```
1. Create new project by running ```create-graphless --git --install```
1. Run project ```npm start```
## License
[](https://creativecommons.org/publicdomain/zero/1.0/)