terjebh / dbdemo

0 stars 0 forks source link

Tidy up Front End Layout #4

Open terjebh opened 1 year ago

terjebh commented 1 year ago

How to test layout by building the app locally:

Easiest way is to install IntelliJ IDEA, community edition: https://www.jetbrains.com/idea/download/

Select File -> New -> Project from version control. Paste in the URL from this repository, Let it install the project (takes a few seconds), open the file DbDemoApplication and click on the green arrow to the left of line 12 or 14 to run the app. You may have to install openjdk 17 (or higher) - which IntelliJ will do for you if you click File -> Project Structure and choose SDK. When the app is running, you can access it through http://localhost:8080 in a browser, e.g. Chrome or Firefox.

When you make changes to the file select.html, which you find under the resources/templates folder, you may have to rerun the app to see the changes applied (or press ctrl+shift+F9) - since this is a compiled Java / SprinBoot app.

The upside is that you learn how a java web app with SpringBoot works :-)

I can go through all of this with you on Teams :-)

terjebh commented 1 year ago

This is what is should look like - as of now - but it doesn't on all screen sizes... a grid system is probably needed...

sbapp