Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softchris/graphql-workshop-dotnet
https://github.com/softchris/graphql-workshop-dotnet
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/softchris/graphql-workshop-dotnet
- Owner: softchris
- License: mit
- Created: 2020-03-05T23:19:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:00:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T10:18:47.128Z (14 days ago)
- Language: C#
- Size: 2.79 MB
- Stars: 13
- Watchers: 3
- Forks: 11
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# Workshop - .NET Core & GraphQL
[![Screen-Shot-07-23-20-at-11-38-PM.png](https://i.postimg.cc/y6cmmZ7M/Screen-Shot-07-23-20-at-11-38-PM.png)](https://postimg.cc/NLG2YL9D)
## 🚀 Resources & Tools Used
* **[Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=academic-0000-chnoring)**
* **[Node.js](https://nodejs.org/en/)**
* **[VuePress](https://vuepress.vuejs.org/)**## ⭐️ Running the VuePress Project locally
1. To run this workshop locally on your machine, you'll need to install globally the VuePress with the command:
```bash
> npm install -g vuepress
```2. Now we need to install the dependencies. So, type the command below inside in the main root project: `package.json`
```bash
> npm i
```3. Now type the command below to run locally the project on your machine:
```bash
> npm run docs:dev
```4. Now open your browser in: `localhost:8080` and will open the main workshop page.
> If you want to see the online version, **[CLICK HERE](https://aka.ms/graphql-workshop)**
## ❗ I would like to help and contribute to translate into other languages. How should I proceed?
First of all, thank you very much. We really appreciate your contribution. You'll be helping more people learn a little bit more about: .NET Core + GraphQL + Azure Functions. Get in touch **[HERE]([email protected])**. So we can explain how to translate this workshop to other language.