Animal Tribes - Server
This repository is the result of the tutorial Animal Tribes: How to create your first full-stack Typescript GraphQL Application? and you can find it here
Animal tribes is a game created to teach you a full tutorial in how to build your first full-stack application using Typescript, Node, React and GraphQL.
This is the second part where you can learn how to build the server.
You can download the folder on my GitHub or you can do this directly on this link.
If you have git installed on your PC, you just need do as follow:
$ git clone https://github.com/samaronybarros/animal-tribes-server.git
$ cd animal-tribes-server
$ yarn install
$ yarn start