UNPKG

create-rx-app

Version:
17 lines (14 loc) 767 B
# <% ProjectName %> ### Installation ```shell npm i ``` ### Commands - `<% runCommand %> start:web` - runs the Web version of the app in the development mode - `<% runCommand %> build:web` - builds the Web version of the app for production to the **dist-web** folder - `<% runCommand %> start:ios` - runs the iOS version of the app and attempts to open in the iOS Simulator if you're on a Mac and have it installed - `<% runCommand %> start:android` - runs the Android version of the app and attempts to open your app on a connected Android device or emulator - `<% runCommand %> start:windows` - runs the Windows version of the app - `<% runCommand %> start:rn-dev-server` - runs react native (RN) development server --- Created by **create-rx-app@<% version %>**