A simple Neutralinojs template for building React apps with Vite as bundler and Typescript (SWC) in Neutralino
Create a neu project using this template
neu create myapp --template 0liteyear/neutralinojs-vite-react
and run the project with
cd myapp
neu run
neu build --release