Skip to content

got-board-team/got-board-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Thrones Online Board Game

React version of the Front-End App for the board game

Prerequisites

Getting Started

  1. Clone this repo:
git clone git@github.com:got-board-team/got-board-react-app.git
  1. Install dependencies:
yarn

or

npm install

Setup environment variables

Copy the .env.example to .env on project root and load the variables:

  cp .env.example .env
  source .env

Running

yarn start

or

npm start

Test

TODO

Building a component

There is a script availble to speed up

Disclaimer

This project is for study purposes ONLY! Please do NOT use this otherwise.