- A running instance of the back-end application.
- Preference to use the 8080 port to run the back-end.
- Caution: Tested only using Spring Tool Suite.
- A web server for front-end (you can use Five Server extension in VS Code).
-
Set Up the Back-End
- Follow the instructions in the Tic-Tac-Toe Spring README to run the back-end application.
-
Clone the Front-End Repository
git clone git@github.com:EltonC06/TicTacToe-frontend.git
-
Open the Project
- Open the project folder in your preferred code editor.
-
Run the Front-End
- Use the Five Server extension (or any other web server) to serve the front-end files.
- To run the back-end server on your own machine, please follow the instructions provided above. Don't forget to change the
baseURL
in the.js
file to match your setup (commonly:localhost:8080
).
Elton da Costa Oliveira