All Projects → lgdd → liferay-starter

lgdd / liferay-starter

Licence: MIT License
Generate & download your Liferay workspace from a webapp.

Programming Languages

java
68154 projects - #9 most used programming language
elm
856 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to liferay-starter

liferay-pokemon-item-selector
Code for Liferay's /dev/24 talk
Stars: ✭ 13 (-48%)
Mutual labels:  liferay, liferay-portal
damascus
⚔️ CRUD boilerplate generator for Liferay DXP
Stars: ✭ 51 (+104%)
Mutual labels:  liferay, liferay-workspace
Gallery
Visual Portfolio Generator with no extra installation
Stars: ✭ 239 (+856%)
Mutual labels:  generator
styled-svg
A styled-components generator for SVG files to use in react
Stars: ✭ 37 (+48%)
Mutual labels:  generator
S2s
Coding time Compile. A tool to write code fastest.
Stars: ✭ 254 (+916%)
Mutual labels:  generator
Luna Commons
市场上许多界面和工具的集合,例如ftp,httpd等文件与工具操作,包括但不限于图像处理、人脸识别等的api。
Stars: ✭ 244 (+876%)
Mutual labels:  generator
Companienv
Companion for .env files
Stars: ✭ 241 (+864%)
Mutual labels:  generator
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+568%)
Mutual labels:  generator
python-lorem
🐍 Python library for the generation of random text that looks like Latin
Stars: ✭ 19 (-24%)
Mutual labels:  generator
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+912%)
Mutual labels:  generator
lfrgs-frontend-samples
🐰 Some useful kick-starter files and tips to improve GS Frontend Development and Liferay content configuration.
Stars: ✭ 32 (+28%)
Mutual labels:  liferay
Fontedit
A desktop app to import, edit and export fonts as byte arrays for use in embedded systems
Stars: ✭ 251 (+904%)
Mutual labels:  generator
Api Generator
PHP-code generator for Laravel framework, with complete support of JSON-API data format
Stars: ✭ 244 (+876%)
Mutual labels:  generator
reactcci
React create component interactive CLI
Stars: ✭ 49 (+96%)
Mutual labels:  generator
Casual
Fake data generator for javascript
Stars: ✭ 2,793 (+11072%)
Mutual labels:  generator
Generator
Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
Stars: ✭ 237 (+848%)
Mutual labels:  generator
generator-liferay-fragments
Yeoman generator for creating and maintaining Liferay Fragment projects
Stars: ✭ 31 (+24%)
Mutual labels:  liferay
gommon
A collection of common util libraries for Go
Stars: ✭ 26 (+4%)
Mutual labels:  generator
BFSG
BFSG - BruteForce String Generator 😾
Stars: ✭ 16 (-36%)
Mutual labels:  generator
liferay-portal-oracledb-support
Liferay Portal 7 Community Edition Oracle Database Support ** NO LONGER MAINTAINED **. Refer to this repository: https://github.com/amusarra/liferay-portal-database-all-in-one-support
Stars: ✭ 13 (-48%)
Mutual labels:  liferay-portal

Liferay Starter

Quickly generate & download your Liferay workspace. Inspired by start.spring.io and code.quarkus.io.

Use it online: https://liferay-starter.lgdd.io/.

preview

Try it locally

Using Docker:

docker run -it --rm -p 8000:8000 lgdd/liferay-starter
# or
docker run -it --rm -p 8000:8000 lgdd/liferay-starter:latest-jvm

The default image and tag lgdd/liferay-starter:latest is a container image including a native executable instead of a jar. See: https://quarkus.io/guides/building-native-image.

Once the container is started, go to http://localhost:8000.

Using this repo:

git clone [email protected]:lgdd/liferay-starter.git
cd liferay-starter
make dev

Please refer to the Makefile to see the complete list of available commands.

Once the server is started, go to http://localhost:8000.

If you want to work on the frontend, run make devFront and go to http://localhost:3000.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].