A production-ready React Native + Web + Windows template for ULT.
Follow the React Native CLI Quickstart guide to setup your dev environment.
Follow the instructions at ULT. Alternatively, since this is a React Native template, you can also run:
npx react-native init MyApp --template ult-template-default
After installation, choose a task to run with
npm
,yarn
, orpnpm
.
Task | Description |
---|---|
web | Run the Web app |
ios | Run the iOS app |
macos | Run the MacOS app |
windows | Run the Windows app |
android | Run the Android app |
build | Build platforms |
start | Start dev servers |
generate | Generate config & assets |