Skip to content

rolfsmeds/create2025-responsive-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Responsive App README

  • TODO Replace or update this README with instructions relevant to your application

To start the application in development mode, import it into your IDE and run the Application class. You can also start the application from the command line by running:

./mvnw

To build the application in production mode, run:

./mvnw -Pproduction package

To build a Docker image, run:

docker build -t my-application:latest .

If you use commercial components, pass the license key as a build secret:

docker build --secret id=proKey,src=$HOME/.vaadin/proKey .

Getting Started

The Getting Started guide will quickly familiarize you with your new Create Responsive App implementation. You'll learn how to set up your development environment, understand the project structure, and find resources to help you add muscles to your skeleton — transforming it into a fully-featured application.

About

Demos of responsive techniques for Create 2025

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published