Application is assembled with Spring Boot Initializr and Create React App
In order to run the demo you need the follwoing thinks:
- Eclipse IDE for Java EE developers
- Node.js LTS
- Atom editor with the follwoing packeges:
- language-babel
- linter-eslint
- js-hyperclick (you need to install first hyperclick)
- minimap and minimap-linter
In order to run and play with the demo you need to:
- Clone the project from GitHub
- Import the project in Eclipse as
Existing Maven Project - Import the
src/main/frontendfoledr in Atom asOpen Project Folder - Run the Sprong Boot application from Eclipse as normal Java Application
- Locate Application.java file
- Run As > Java Application
- Run the ReactJS part in development mode
- Open Command Prompt in
src/main/frontendfolder - Run
npm start - You're default web browser will appear
- Open Command Prompt in