/ultralight-cra

A Create React App template for building desktop applications with Ultralight.

Primary LanguageC++MIT LicenseMIT

cra-template-ultralight

This is a Create React App template for building desktop applications with Ultralight.

To use this template, add --template ultralight when creating a new React app.

For example:

npx create-react-app my-app --template ultralight

# or

npm init react-app my-app  --template ultralight

# or

yarn create react-app my-app --template ultralight