All Projects → jhipster → React Jhipster

jhipster / React Jhipster

Licence: apache-2.0
JHipster React library

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to React Jhipster

okta-jhipster-microservices-oauth-example
A microservices architecture built with JHipster, OAuth 2.0, and Okta
Stars: ✭ 29 (-59.72%)
Mutual labels:  jhipster
Jhipster Vuejs
A Vue.js blueprint for JHipster. It will use Vue.js as the frontend library!
Stars: ✭ 311 (+331.94%)
Mutual labels:  jhipster
Jhipster
DEPRECATED: use https://github.com/jhipster/jhipster-bom instead
Stars: ✭ 399 (+454.17%)
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 (-70.83%)
Mutual labels:  jhipster
svn2git
Tool to help and automate migration from SVN to GitLab
Stars: ✭ 34 (-52.78%)
Mutual labels:  jhipster
Jhipster Core
JHipster Domain Language, used by JHipster UML and JDL-Studio to generate entities
Stars: ✭ 334 (+363.89%)
Mutual labels:  jhipster
generator-jhipster-grpc
JHipster module, Adds support for gRPC and generates gRPC CRUD services
Stars: ✭ 43 (-40.28%)
Mutual labels:  jhipster
Klask Io
klask.io is an open source search engine for source code, live demo
Stars: ✭ 45 (-37.5%)
Mutual labels:  jhipster
realstatecamp
RealState website using JHipster
Stars: ✭ 52 (-27.78%)
Mutual labels:  jhipster
Generator Jhipster
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Stars: ✭ 19,162 (+26513.89%)
Mutual labels:  jhipster
generator-jhipster-primeng-charts
JHipster module to create Charts using PrimeNG.
Stars: ✭ 15 (-79.17%)
Mutual labels:  jhipster
helloworld-web
Hello World web application in 39 different ways in Java
Stars: ✭ 18 (-75%)
Mutual labels:  jhipster
Jhipster Kotlin
Kotlin based JHipster
Stars: ✭ 339 (+370.83%)
Mutual labels:  jhipster
generator-jhipster-svelte
Generate Svelte powered JHipster web applications
Stars: ✭ 44 (-38.89%)
Mutual labels:  jhipster
Jhipster Registry
JHipster Registry, based on Spring Cloud Netflix Eureka and Spring Cloud Config
Stars: ✭ 619 (+759.72%)
Mutual labels:  jhipster
adyen-java-react-ecommerce-example
An example enterprise e-commerce app with Java backend and React frontend
Stars: ✭ 58 (-19.44%)
Mutual labels:  jhipster
Jhipster.github.io
Public website for JHipster - generates https://www.jhipster.tech
Stars: ✭ 324 (+350%)
Mutual labels:  jhipster
Generator Jhipster Micronaut
Stars: ✭ 63 (-12.5%)
Mutual labels:  jhipster
Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+1148.61%)
Mutual labels:  jhipster
Jdl Studio
JDL Studio is an online JHipster Domain Language visual editor
Stars: ✭ 365 (+406.94%)
Mutual labels:  jhipster

Logo

Greetings, Java Hipster!

This is the JHipster React utilities library

NPM version Azure DevOps Build Status Build Status Dependency Status

Full documentation and information is available on our website at http://www.jhipster.tech/

Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre populated here. For feature requests and queries you can use this template.

Development setup

You need NodeJS and NPM.

Fork the react-jhipster project

Go to the react-jhipster project and click on the "fork" button. You can then clone your own fork of the project, and start working on it.

Please read the Github forking documentation for more information

Build

Run npm install to install all dependencies.

Make some changes, run npm run test to run both eslint and karma tests.

Package the library with npm run build.

Set NPM to use the cloned project

In your cloned react-jhipster project, type npm link.

This will do a symbolic link from the global node_modules version to point to this folder.

For testing, you will want to integrate your version of react-jhipster into an application generated by JHipster.

Go to your application folder, run npm link react-jhipster so that the local version has a symbolic link to the development version of react-jhipster.

You should see your changes reflected in the application.

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