Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.05 KB

animal-tribes-server

Animal Tribes - Server

Introduction

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

What is ANimal Tribes

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.

schema

This is the second part where you can learn how to build the server.

at

Download

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

Configuring App

$ cd animal-tribes-server
$ yarn install
$ yarn start