All Projects → jhipster → Jhipster.github.io

jhipster / Jhipster.github.io

Licence: other
Public website for JHipster - generates https://www.jhipster.tech

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Jhipster.github.io

Java Microservices Examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Stars: ✭ 194 (-40.12%)
Mutual labels:  jhipster
generator-jhipster-grpc
JHipster module, Adds support for gRPC and generates gRPC CRUD services
Stars: ✭ 43 (-86.73%)
Mutual labels:  jhipster
generator-jhipster-react-native
A React Native blueprint for JHipster
Stars: ✭ 234 (-27.78%)
Mutual labels:  jhipster
Generator Jhipster React Native
A React Native blueprint for JHipster
Stars: ✭ 205 (-36.73%)
Mutual labels:  jhipster
okta-react-native-spring-boot-example
React Native + Spring Boot + OIDC
Stars: ✭ 24 (-92.59%)
Mutual labels:  jhipster
okta-jhipster-microservices-oauth-example
A microservices architecture built with JHipster, OAuth 2.0, and Okta
Stars: ✭ 29 (-91.05%)
Mutual labels:  jhipster
Jhipster Sample App React
This is a sample application created with JHipster, using React
Stars: ✭ 172 (-46.91%)
Mutual labels:  jhipster
realstatecamp
RealState website using JHipster
Stars: ✭ 52 (-83.95%)
Mutual labels:  jhipster
doit
spring cloud , CAS , JHipster hybrid sample app
Stars: ✭ 14 (-95.68%)
Mutual labels:  jhipster
generator-jhipster-primeng-charts
JHipster module to create Charts using PrimeNG.
Stars: ✭ 15 (-95.37%)
Mutual labels:  jhipster
Idea Live Templates
My IntelliJ Live Templates
Stars: ✭ 207 (-36.11%)
Mutual labels:  jhipster
generator-jhipster-spring-cloud-stream
📪 JHipster module for messaging microservices with Spring Cloud Stream
Stars: ✭ 22 (-93.21%)
Mutual labels:  jhipster
generator-jhipster-svelte
Generate Svelte powered JHipster web applications
Stars: ✭ 44 (-86.42%)
Mutual labels:  jhipster
Jhipster Devbox
JHipster virtualized development box
Stars: ✭ 198 (-38.89%)
Mutual labels:  jhipster
helloworld-web
Hello World web application in 39 different ways in Java
Stars: ✭ 18 (-94.44%)
Mutual labels:  jhipster
Jhipster4 Demo
Blog demo app with JHipster 4
Stars: ✭ 180 (-44.44%)
Mutual labels:  jhipster
adyen-java-react-ecommerce-example
An example enterprise e-commerce app with Java backend and React frontend
Stars: ✭ 58 (-82.1%)
Mutual labels:  jhipster
Jhipster Vuejs
A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library!
Stars: ✭ 311 (-4.01%)
Mutual labels:  jhipster
svn2git
Tool to help and automate migration from SVN to GitLab
Stars: ✭ 34 (-89.51%)
Mutual labels:  jhipster
jhipster-sample-app-token
DEPRECATED as JWT is now the default option - this is a sample application created with JHipster, with the JWT authentication option
Stars: ✭ 21 (-93.52%)
Mutual labels:  jhipster

This is the source of JHipster's public Web site.

This Web site is rendered with GitHub pages.

To run this locally

  • Fork this repo and clone to your file system
  • Install Jekyll
  • Run bundle install if you are running it for the first time.
  • If you want to avoid installing to system directories, install to vendor directory instead: bundle install --path vendor/bundle
  • On MacOS, if you have trouble installing nokogiri, try: bundle config build.nokogiri --use-system-libraries=true --with-xml2-include="$(xcrun --show-sdk-path)"/usr/include/libxml2
  • Run bundle exec jekyll serve in the cloned repo folder
  • You will be able to access the site at http://localhost:4000

Or with Docker and Docker-Compose (recommended way on Windows)

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