An open API service indexing awesome lists of open source software.

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/

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^]