0.1.1 • Published 4 years ago

cra-template-ultralight v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

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