jhipster / generator-jhipster-react-native

A React Native blueprint for JHipster
https://jhipster-sample-app-react-native.vercel.app/
Apache License 2.0
262 stars 54 forks source link
android ios jhipster jhipster-blueprint react-native

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

Usage

Generate React Native app from JHipster app

Create a JHipster app using jhipster, or a backend-only with jhipster --skip-client.

Create a directory alongside your JHipster app (ex. client), and run rnhipster in it.

+ rootDir/
  + backend/ # run `jhipster` in it.
  + client/  # run `rnhipster` in it.

Answer the prompts:

Generate JHipster app and React Native app at the same time

You can also create a JHipster app and a React Native app at the same time using the following command:

jhipster jdl bug-tracker.jdl --blueprints react-native

Answer the prompts:

For available options, you can run:

rnhipster app --help

Configuration

CORS

Notes for Android

License

Apache-2.0 © Jon Ruddell