Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

openokay/create-xp-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

34 Commits

Repository files navigation

create-xp-app

ReactXP Project Generator

This app works on React Native (iOS, Android, Windows) and web. Most of the app's code is contained in App.tsx.

To get started, install the create-xp-app cli globally

npm i -g create-xp-app

To create a new ReactXP app

  1. Run create-xp-app
create-xp-app MyProject

cli

To run on web:

  1. Run npm run web-watch
npm run web-watch

This compiles the TypeScript code and recompiles it whenever any files are changed.

  1. Open index.html in your browser to view the result.

Building for React Native (iOS, Android, Windows)

  1. Run npm run rn-watch
npm run rn-watch 

This compiles the TypeScript code and recompiles it whenever any files are changed.

  1. In another command prompt run npm start
npm start

This starts the React Native Packager.

Use the command line, Xcode or Android Studio to build and deploy the native app code just like you would with any other React Native project.

About

ReactXP Project Generator

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 58.5%
  • Objective-C 16.1%
  • JavaScript 12.1%
  • Python 6.3%
  • Java 5.4%
  • HTML 1.6%

AltStyle によって変換されたページ (->オリジナル) /