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

https://github.com/webfirmframework/minimal-production-ready-projects

Minimal production ready webfirmframework projects. The sample projects in this repository use bootstrap css framework, foundation css framework etc..
https://github.com/webfirmframework/minimal-production-ready-projects

bootstrap4 css css-framework css3 demo-app foundation-css-framework java material-design-lite materializecss-framework mui mui-app muicss petal petal-css petal-css-shakr-media sample-projects web-design-framework webfirmframework wffweb zurb-foundation

Last synced: 3 months ago
JSON representation

Minimal production ready webfirmframework projects. The sample projects in this repository use bootstrap css framework, foundation css framework etc..

Awesome Lists containing this project

README

        

# minimal-production-ready-projects
This repository contains minimal production ready webfirmframework projects. The sample projects in this repository use one of the css frameworks like bootstrap css, foundation css, material design lite css, materialize css, MUI css, Petal css etc..

___

The projects are based on latest version of *wffweb-3.0.20* and *wffweb-12.0.2*. [Visit developers guide for webfirmframework doc](https://webfirmframework.github.io/developers-guide-wffweb-3/get-started.html).

___

`wffweb-12-production-sample-jakarta-ee-with-bootstrap5-css-framework` project can be run with tomcat 10 or later and Java 17 or later. This is the most modern way to build java web app, it uses the *wffweb-12.0.2*. You can use any jakarta ee application server to run this project. Single module source code project can be found [here](https://github.com/webfirmframework/wffweb-demo-deployment). It uses embedded tomcat and compatible to be deployed on Heroku with a single click.

NB: Do not forget to change random secret string in `com.webfirmframework.wffwebcommon.MultiInstanceTokenUtil` class before deployment.
___

`production-sample-jakarta-ee-with-bootstrap5-css-framework` project can be run with tomcat 10 and Java 8 or later. You can use any jakarta ee application server to run this project.
___

All projects are in maven.

### To open it in IntelliJ Java IDE:
#### Go to File > Open and select project directory

### To open it in eclipse:
#### Go to File > Import > Existing Maven Projects and select project directory

___

### Sample HTML code for foundation css framework
#### [https://foundation.zurb.com/building-blocks/](https://foundation.zurb.com/building-blocks/)

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

### Doc for MUI css framework
#### [https://www.muicss.com/docs/v1/css-js/buttons/](https://www.muicss.com/docs/v1/css-js/buttons).
MUI follows Google's [Material Design](https://material.io/design/introduction/) guidelines.

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

### Doc for Bootstrap4 css framework
#### [https://getbootstrap.com/docs/4.1/getting-started/introduction](https://getbootstrap.com/docs/4.1/getting-started/introduction).

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

### Doc for Petal css framework
#### [https://shakrmedia.github.io/petal/docs/basic.html](https://shakrmedia.github.io/petal/docs/basic.html)

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

### Doc for Materialize css framework
#### [https://materializecss.com/getting-started.html](https://materializecss.com/getting-started.html).

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

### Doc for Material Design Lite css framework
#### [https://getmdl.io](https://getmdl.io).

___

Got best result on Google Chrome when tested
___