Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.13 KB

How to Run the Project

Prerequisites

  • 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).

Instructions to Run Both Server on your Own Machine

  1. Set Up the Back-End

  2. Clone the Front-End Repository

    git clone git@github.com:EltonC06/TicTacToe-frontend.git
  3. Open the Project

    • Open the project folder in your preferred code editor.
  4. Run the Front-End

    • Use the Five Server extension (or any other web server) to serve the front-end files.

Note

  • 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).

Author

Elton da Costa Oliveira

LinkedIn