-
Create an API Client and a Store in your Composable Commerce project using the Merchant Center.
-
Update your API Client and your store key in resources/application.properties (rename the file to remove .dist).
-
Right click on HandsonApplication file and choose run.
-
Open browser and navigate to localhost:8080.
In case, your local IDE is not set up properly, you can use GitHub Codespace containers as your dev environment. You can either:
- go to https://github.com/codespaces and create a new codespace.
- Visit the repository in GitHub and choose Code --> Codespaces --> Create a new Codespace. It will install Java extension package to set up the project.