- Java 8
- Gradle
- Node.js
Switch to api folder
Run the command:
$ ./gradlew clean build :demo-web:bootRun
It wil start the application on http://localhost:8080
Switch to client folder
Run the command:
$ npm install
$ npm start
It wil start the application on http://localhost:8000