Skip to content

stayawaysoftware/frontend

Repository files navigation

Stay Away - Frontend

Project for the subject of Software Engineering I, FAMAF

Introduction

The purpose of the system is to create a web version of the card game “Stay Away!” that allows participants to experience its operation online.

This particular repository is in charge of the frontend of the app.

Tech stack

  • React
  • Docker

🐳 Installation guide

Option 1

This alternative requires having docker installed.

  • Build container:
    • make build
  • Start container:
    • make run

Now, react app should be up and running on http://localhost:3000.

  • To stop and delete a container:
    • make delete

Option 2

You will need to have Node on your local development machine. In this case with version >= 12 should work perfectly.

Setup react app:

npm install
npm start

Installs all dependencies and runs the app in development mode. Open http://localhost:3000 to view it in the browser.

Developer team

Frontend:

Backend:

About

Card game project for the subject Ingeniería del Software I, FAMAF

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors