Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 296 Bytes

File metadata and controls

18 lines (12 loc) · 296 Bytes

commercetools-java-developer-training-bff

Start BFF with maven

Right click on application file and choose run or

mvn spring-boot:run

Start Frontend app

To handle CORS properly, start frontend server on port 3000.

cd src/main/resources/static
http-server . -p 3000