create-xp-app v0.5.3

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-appTo create a new ReactXP app
- Run create-xp-app
create-xp-app MyProject
To run on web:
- Run npm run web-watch
npm run web-watchThis compiles the TypeScript code and recompiles it whenever any files are changed.
- Open index.html in your browser to view the result.
Building for React Native (iOS, Android, Windows)
- Run npm run rn-watch
npm run rn-watch This compiles the TypeScript code and recompiles it whenever any files are changed.
- In another command prompt run npm start
npm startThis 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.
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago