All Projects → ruddell → Generator Jhipster React Native

ruddell / Generator Jhipster React Native

Licence: apache-2.0
A React Native blueprint for JHipster

Projects that are alternatives of or similar to Generator Jhipster React Native

Generator Jhipster Quarkus
Quarkus blueprint for JHipster
Stars: ✭ 85 (-58.54%)
Mutual labels:  jhipster, ejs
Generator Jhipster Ionic
Ionic for JHipster 💥
Stars: ✭ 147 (-28.29%)
Mutual labels:  jhipster, ejs
Koa2 Blog
第一个web项目,仿照cnode,欢迎新建账号试用
Stars: ✭ 141 (-31.22%)
Mutual labels:  ejs
Socket.io Website
Socket.IO website and blog
Stars: ✭ 184 (-10.24%)
Mutual labels:  ejs
Generator Jhipster Nodejs
A NodeJS blueprint that creates the backend using NodeJS
Stars: ✭ 167 (-18.54%)
Mutual labels:  ejs
Jhipster Dotnetcore
JHipster.NET blueprint
Stars: ✭ 144 (-29.76%)
Mutual labels:  jhipster
Specificity Visualizer
📈 A visual way to analyze the specificity of selectors in CSS.
Stars: ✭ 171 (-16.59%)
Mutual labels:  ejs
Hexo Theme Zhaoo
🐳 A simple theme for Hexo
Stars: ✭ 131 (-36.1%)
Mutual labels:  ejs
Java Microservices Examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Stars: ✭ 194 (-5.37%)
Mutual labels:  jhipster
Lib4dev
Find awesome libraries and make your development fast.
Stars: ✭ 165 (-19.51%)
Mutual labels:  ejs
Sharex Upload Server
AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
Stars: ✭ 180 (-12.2%)
Mutual labels:  ejs
Generator Jhipster React
DEPRECATED: feature moved to main generator
Stars: ✭ 155 (-24.39%)
Mutual labels:  jhipster
Frontplate
フロントエンド開発の効率をあげるフルスタックテンプレート
Stars: ✭ 175 (-14.63%)
Mutual labels:  ejs
Fake Store Api
FakeStoreAPI is a free online REST API that provides you fake e-commerce JSON data
Stars: ✭ 141 (-31.22%)
Mutual labels:  ejs
Hexo Theme Geektutu
极速加载的Hexo主题,不引入第三方JS库
Stars: ✭ 187 (-8.78%)
Mutual labels:  ejs
Jhipster Online
JHipster Online lets you generate your JHipster projects through a user friendly web interface.
Stars: ✭ 140 (-31.71%)
Mutual labels:  jhipster
Weather 10kb Wxkb
Weather forecast that's high performance and accessible
Stars: ✭ 153 (-25.37%)
Mutual labels:  ejs
Jhipster Sample App React
This is a sample application created with JHipster, using React
Stars: ✭ 172 (-16.1%)
Mutual labels:  jhipster
Jhipster Devbox
JHipster virtualized development box
Stars: ✭ 198 (-3.41%)
Mutual labels:  jhipster
Hexo Theme Miho
🍺一款单栏响应式的hexo主题, A single column response for hexo . https://blog.minhow.com
Stars: ✭ 194 (-5.37%)
Mutual labels:  ejs

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