Project for the subject of Software Engineering I, FAMAF
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.
- React
- Docker
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
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.
Frontend:
Backend: