GitXplorerGitXplorer
s

graphql-workshop-dotnet

public
13 stars
11 forks
40 issues

Commits

List of commits on branch master.
Verified
f076dda48618d4118b4d3fda3870f8edf44caaf4

Merge pull request #21 from AzureAdvocateBit/AddWebTrends-2020-11

ssoftchris committed 4 years ago
Unverified
a84389939e3c5f5920f6856e309e0893f0a0d49b

Added Web Trends

AAzureAdvocateBit committed 4 years ago
Verified
7f5931088293880b8853b00bb43ac6c23323de26

Merge pull request #7 from softchris/dependabot/npm_and_yarn/websocket-extensions-0.1.4

ssoftchris committed 4 years ago
Verified
3b9afa9cb88f80f3b38fd6eae101e3e03b75a5d0

Merge pull request #8 from softchris/dependabot/npm_and_yarn/lodash-4.17.19

ssoftchris committed 4 years ago
Verified
714a829a9a5e0eff7b7727ba3b057d0267956467

Merge pull request #9 from glaucia86/internationalization-workshop-portuguese

ssoftchris committed 4 years ago
Unverified
21663521793e72c2faa5c2e86fb8d02856546f19

Merge branch 'internationalization-workshop-portuguese' of https://github.com/glaucia86/graphql-workshop-dotnet into internationalization-workshop-portuguese

gglaucia86 committed 4 years ago

README

The README file for this repository.

Workshop - .NET Core & GraphQL

Screen-Shot-07-23-20-at-11-38-PM.png

🚀 Resources & Tools Used

⭐️ 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:
> npm install -g vuepress
  1. Now we need to install the dependencies. So, type the command below inside in the main root project: package.json
> npm i
  1. Now type the command below to run locally the project on your machine:
> npm run docs:dev
  1. Now open your browser in: localhost:8080 and will open the main workshop page.

If you want to see the online version, CLICK HERE

❗ 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. So we can explain how to translate this workshop to other language.