Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 805 Bytes

File metadata and controls

43 lines (24 loc) · 805 Bytes

AdminFaces Starter project

A simple project to get you started with AdminFaces.

Building

This project uses Maven for the build:

mvn clean package

Running

Run the jar file generated from the previous step:

java -jar admin-starter-executable.jar

You can access the running webapp through:

Demo

Screenshots

Login page

starter1

Car list

starter2

Car form

starter3

Car form responsive

starter4