Skip to content

Obsidiwayv/Ultralight-App-Template

Repository files navigation

ultralight-quick-start

Clone this repo to try a simple Ultralight app!

This is a minimal Ultralight app you can use with the Writing Your First App article in the Ultralight documentation.

1. Install the Prerequisites

Before you build and run, you'll need to install the prerequisites for your platform.

2. Clone and build the app

To clone the repo and build, run the following:

Run npx webpack and npm run tailwind to build the assets first

you can either run the commands below or run the build.bat included to run cmake for you

git clone https://github.com/ultralight-ux/ultralight-quick-start
cd ultralight-quick-start
cmake -B build
cmake --build build --config Release

3. Run the app

On macOS and Linux

Navigate to ultralight-quick-start/build and run MyApp to launch the program.

On Windows

Navigate to ultralight-quick-start/build/Release and run MyApp to launch the program.

Further Reading

Follow the Writing Your First App guide and other tutorials in the documentation for more info.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published