cra-template-ultralight
v0.1.1
Published
A CRA template for building applications with Ultralight and React
Downloads
3
Readme
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