Welcome to the webforJ Tabs Archetype! This project provides a simple skeleton to help you kickstart your app development with ease.
To get started with this archetype, open the project in your IDE and run the following command to start the development server:
mvn jetty:run
To run the integration tests, use the following command:
mvn verify
For more information, check out our comprehensive documentation here. You can read more about available components, app basics, and much more.