https://github.com/adminfaces/admin-starter
https://adminfaces.github.io/admin-starter/
https://github.com/adminfaces/admin-starter
adminlte bootstrap javaee jsf primefaces
Last synced: 2 months ago
JSON representation
https://adminfaces.github.io/admin-starter/
- Host: GitHub
- URL: https://github.com/adminfaces/admin-starter
- Owner: adminfaces
- Created: 2017-02-13T00:19:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T19:38:50.000Z (over 3 years ago)
- Last Synced: 2025-04-30T21:08:50.098Z (5 months ago)
- Topics: adminlte, bootstrap, javaee, jsf, primefaces
- Language: HTML
- Homepage:
- Size: 3.68 MB
- Stars: 49
- Watchers: 8
- Forks: 39
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= AdminFaces Starter project
A simple project to get you started with https://github.com/adminfaces[AdminFaces^].
.Login page
image:starter1.png[link="https://github.com/adminfaces/admin-starter/blob/master/starter1.png"].Car list
image:starter2.png[link="https://raw.githubusercontent.com/adminfaces/admin-starter/master/starter2.png"].Car form
image:starter3.png[link="https://raw.githubusercontent.com/adminfaces/admin-starter/master/starter3.png"].Car form responsive
image:starter4.png[link="https://raw.githubusercontent.com/adminfaces/admin-starter/master/starter4.png"]== Running
It should run in any JavaEE 6 or greater application server.
You can also run via wildfly-swarm with command `mvn wildfly-swarm:run -Pswarm`.
Or using docker:
----
docker run -it -p 8080:8080 rmpestano/admin-starter
----The application is available at http://localhost:8080/admin-starter
== Demo
A live demo is available on https://adminfaces.github.io/admin-starter/[Openshift here^]