SEW | CORE | Tutorial - Local development webserver
You are tasked with setting up your personal web development environment using the Spring Boot Framework and VueJS client.
As a Developer I want to have a local development webserver available, so that I can run web apps and websites on my local system.
- Have an server up and running for the server side
As a Developer I want to have a local development webserver for the client side available, so that I can run web apps and websites on my local system.
- Have an dev-server up and running for the VueJS server