/Hangman

Primary LanguageJavaScript

Hangman - demo application of Spring Boot with ReactJS

Application is assembled with Spring Boot Initializr and Create React App

Prerequisites

In order to run the demo you need the follwoing tools:

How to run the demo

In order to run and play with the demo you need to:

  1. Clone the project from GitHub
  2. Import the project in Eclipse as Existing Maven Project
  3. Open the src/main/frontend foledr in Visual Studio Code
  4. Run the Sprong Boot application from Eclipse as normal Java Application
    • Locate HangmanApplication.java file
    • Run As > Java Application
  5. Run the ReactJS part in development mode
    • Open Command Prompt in src/main/frontend folder (you can use also Visual Studio Code Terminal)
    • Run npm start
    • You're default web browser will appear