{"id":20173235,"url":"https://github.com/teedjay/quarkus-primereact","last_synced_at":"2025-03-03T04:42:06.080Z","repository":{"id":229443787,"uuid":"776737303","full_name":"teedjay/quarkus-primereact","owner":"teedjay","description":"Quarkus application with React and PrimeReact components","archived":false,"fork":false,"pushed_at":"2024-03-24T11:35:35.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T15:53:05.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teedjay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-24T10:54:37.000Z","updated_at":"2024-03-24T11:35:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"159040ce-e707-43bd-9bb7-b78563cbe3b9","html_url":"https://github.com/teedjay/quarkus-primereact","commit_stats":null,"previous_names":["teedjay/quarkus-primereact"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fquarkus-primereact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fquarkus-primereact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fquarkus-primereact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teedjay%2Fquarkus-primereact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teedjay","download_url":"https://codeload.github.com/teedjay/quarkus-primereact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610978,"owners_count":19990505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T01:34:15.560Z","updated_at":"2025-03-03T04:42:06.064Z","avatar_url":"https://github.com/teedjay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quarkus-primereact\nQuarkus Java backend application with React and PrimeReact components\n\n- [x] [Quarkus](https://quarkus.io) and Java 21 backend\n- [x] Maven WebJars and MvNPM for frontend dependencies\n- [x] React using [WebBundler Extension](https://docs.quarkiverse.io/quarkus-web-bundler/dev/) (using esbuild)\n- [x] [PrimeReact](https://primereact.org) components (with [Primeicons](https://primeng.org/icons) and [PrimeFlex](https://primeflex.org))\n\n## Prerequisites\nThe mvnpm locker Maven Plugin will create a version locker profile for your org.mvnpm and org.webjars dependencies.\nAllowing you to mimick the package-lock.json and yarn.lock files in a Maven world.\n\nIf you get errors like `Locker BOM not found` you can bootstrap it by running the following command:\n\n```shell\n./mvnw io.mvnpm:locker-maven-plugin:LATEST:lock\n```\n\n## Run in dev mode and open browser\nRun command and open browser at http://localhost:8080\n```\n./mvnw compile quarkus:dev\n```\n\n## Packaging and running the application\n\nThe application can be packaged using:\n```shell script\n./mvnw package\n```\nIt produces the `quarkus-run.jar` file in the `target/quarkus-app/` directory.\nBe aware that it’s not an _über-jar_ as the dependencies are copied into the `target/quarkus-app/lib/` directory.\n\nThe application is now runnable using `java -jar target/quarkus-app/quarkus-run.jar`.\n\nIf you want to build an _über-jar_, execute the following command:\n```shell script\n./mvnw package -Dquarkus.package.type=uber-jar\n```\n\nThe application, packaged as an _über-jar_, is now runnable using `java -jar target/*-runner.jar`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteedjay%2Fquarkus-primereact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteedjay%2Fquarkus-primereact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteedjay%2Fquarkus-primereact/lists"}