Ucommerce Templates
Last updated
Last updated
To get started, we recommend using one of our .NET templates. A template will create a project with the correct dependencies and scaffold basic configuration for your application.
To install our templates package and get access to all templates:
Open a terminal and run the following command:
Once the templates package has been installed, a new project can be created using one of the available templates. Depending on the type of solution and use case, the following templates are available:
Click the option above you want to learn more about. You can always return here if you change your mind.
Headless
Headless API
Administration Interface
SQL and Elasticsearch via Docker
User touchpoints are decoupled from backend services. Recommended for most projects.
MVC
In-Process Libraries
Administration Interface
SQL and Elasticsearch via Docker
MVC implementation examples
User touchpoints in the same process as backend services. A simpler but less flexible architecture. Recommended for quick client proof-of-concept projects.