All Projects → jhipster → generator-jhipster-react-native

jhipster / generator-jhipster-react-native

Licence: Apache-2.0 license
A React Native blueprint for JHipster

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to generator-jhipster-react-native

Generator Jhipster Ionic
Ionic for JHipster 💥
Stars: ✭ 147 (-37.18%)
Mutual labels:  jhipster
Idea Live Templates
My IntelliJ Live Templates
Stars: ✭ 207 (-11.54%)
Mutual labels:  jhipster
adyen-java-react-ecommerce-example
An example enterprise e-commerce app with Java backend and React frontend
Stars: ✭ 58 (-75.21%)
Mutual labels:  jhipster
Generator Jhipster React
DEPRECATED: feature moved to main generator
Stars: ✭ 155 (-33.76%)
Mutual labels:  jhipster
Jhipster Devbox
JHipster virtualized development box
Stars: ✭ 198 (-15.38%)
Mutual labels:  jhipster
generator-jhipster-spring-cloud-stream
📪 JHipster module for messaging microservices with Spring Cloud Stream
Stars: ✭ 22 (-90.6%)
Mutual labels:  jhipster
Jhipster Online
JHipster Online lets you generate your JHipster projects through a user friendly web interface.
Stars: ✭ 140 (-40.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 (-91.03%)
Mutual labels:  jhipster
Generator Jhipster React Native
A React Native blueprint for JHipster
Stars: ✭ 205 (-12.39%)
Mutual labels:  jhipster
generator-jhipster-grpc
JHipster module, Adds support for gRPC and generates gRPC CRUD services
Stars: ✭ 43 (-81.62%)
Mutual labels:  jhipster
Jhipster Sample App React
This is a sample application created with JHipster, using React
Stars: ✭ 172 (-26.5%)
Mutual labels:  jhipster
Java Microservices Examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Stars: ✭ 194 (-17.09%)
Mutual labels:  jhipster
okta-react-native-spring-boot-example
React Native + Spring Boot + OIDC
Stars: ✭ 24 (-89.74%)
Mutual labels:  jhipster
Jhipster6 Demo
JHipster 6 Demo! 🎉
Stars: ✭ 150 (-35.9%)
Mutual labels:  jhipster
okta-jhipster-microservices-oauth-example
A microservices architecture built with JHipster, OAuth 2.0, and Okta
Stars: ✭ 29 (-87.61%)
Mutual labels:  jhipster
Jhipster Dotnetcore
JHipster.NET blueprint
Stars: ✭ 144 (-38.46%)
Mutual labels:  jhipster
21 Points
❤️ 21-Points Health is an app you can use to monitor your health.
Stars: ✭ 244 (+4.27%)
Mutual labels:  jhipster
generator-jhipster-primeng-charts
JHipster module to create Charts using PrimeNG.
Stars: ✭ 15 (-93.59%)
Mutual labels:  jhipster
generator-jhipster-svelte
Generate Svelte powered JHipster web applications
Stars: ✭ 44 (-81.2%)
Mutual labels:  jhipster
doit
spring cloud , CAS , JHipster hybrid sample app
Stars: ✭ 14 (-94.02%)
Mutual labels:  jhipster

JHipster React Native

NPM version iOS-E2E Generator App

A React Native blueprint for JHipster apps, complete with authentication, an entity generator, JDL support, E2E tests, and more.

JHipster React Native

Check out the blog post or YouTube video for a full demo of JHipster React Native.

Docs

Getting Started

Requirements

  • Node LTS v14+
    • Verify version with node -v
  • generator-jhipster-react-native installed
    • Install with npm install -g generator-jhipster-react-native
  • expo-cli installed
    • Install with npm install -g expo-cli
    • To run your app on an emulator instead of a device, follow the platform-specific instructions:
  • JHipster backend must use JWT or OAuth2 auth types.

Create a directory for your app:

mkdir SampleApp && cd SampleApp

To generate an app, run the following command:

# JHipster v6.x+
rnhipster

# JHipster v7+
jhipster --blueprints react-native

# JHipster v7+ JDL Application
jhipster --blueprints react-native jdl ./path-to-your-app-config.jdl

Answer the prompts:

  • Enter the path to your JHipster app
  • Choose whether to enable E2E Detox Tests

After generating, you can import entities with the entity generator and JDL importer.

Configuration

  • app/config/app-config.js contains your JHipster API URL (default: http://localhost:8080/)

CORS

  • In dev, for the Web build, add http://localhost:19006 as an allowed origin in the backend CORS config.
  • In production, you will need to enable CORS for your deployment domain.

Notes for Android

  • When running your JHipster backend locally for Android, make sure to run adb reverse tcp:8080 tcp:8080 so the app can communicate with your backend.

License

Apache-2.0 © Jon Ruddell

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