Developer Documentation
  • Getting Started
  • Resources
    • Github
    • Discord
    • Sponsor
  • Components
    • View
    • Scroll
    • Gesture
    • Button
    • Text
    • TextInput
    • Link
    • Select
    • Spinner
    • Image
    • SVG *
    • Video *
    • VirtualListView *
    • WebView *
  • SERVICES
    • App
    • Platform
    • International
    • Accessibility
    • Clipboard
    • Storage
    • Location
    • Linking
    • Alert
    • Modal
    • Popup
    • StatusBar
    • UserInput
    • UserInterface
    • UserPresence
    • Network *
    • Navigator *
Powered by GitBook
On this page

Was this helpful?

Getting Started

Learn how to create a cross-platform app with ULT

1. Select your package manager and run the command to create your new project

npx ult <project>
yarn dlx ult <project>

2. Choose a task from the table below to run with your selected package manager

npm run <task>
yarn run <task>

Task

Description

web

Start development on Web

android

Start development on Android

ios

Start development on iOS

macos

Start development on MacOS

windows

Start development on Windows

build-web

Build a production Web bundle

build-android

Build a production Android app

build-ios

Build a production iOS app

build-macos

Build a production MacOS app

build-windows

Build a production Windows app

NextView

Last updated 4 years ago

Was this helpful?