We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34c7aa commit cf79a92Copy full SHA for cf79a92
src/pages/resources.js
@@ -31,6 +31,11 @@ const templates = [
31
description: 'A template for bundling binaries into installers using GitHub actions',
32
githubLink: 'https://github.com/TolinSimpson/neutralinojs-build-automation-template',
33
},
34
+ {
35
+ title: 'neutralinojs-vite-react-ts',
36
+ description: 'A Vite + React + TypeScript Template for building Neutralinojs apps',
37
+ githubLink: 'https://github.com/Cloudwerk/neutralinojs-vite-react-ts',
38
+ },
39
];
40
41
const extensions = [
0 commit comments