With HMR mode and styled-components
If the native API calls don't work, look at the main.tsx file and try to uncomment some lines. Maybe it would be useful in your case
git clone https://github.com/JustPilz/neu-react-ts-vite-template.git
npm i -g @neutralinojs/neu
(skip ifneu
is already installed)cd react-src && npm install
cd ../ && npm run dev
npm run dev
it's an alias to neu run -- --window-enable-inspector
npm run build
it's an alias to neu build
neu build --release