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.gitnpm i -g @neutralinojs/neu(skip ifneuis already installed)neu update(to create bin folder and download binaries)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
- Update the config file:
- option
cli.binaryVersionwith X.X.X - option
cli.clientVersionwith X.X.X
Enter neu update to fetch this version.
- Update client library into
react-src:npm install @neutralinojs/lib@latest