diff --git a/src/pages/resources.js b/src/pages/resources.js index f0beda82..4e94c1cd 100644 --- a/src/pages/resources.js +++ b/src/pages/resources.js @@ -16,6 +16,11 @@ const templates = [ description: 'An empty Neutralinojs app, extend as you wish', githubLink: 'https://github.com/neutralinojs/neutralinojs-zero', }, + { + title: 'neutralino-svelte-typescript-template', + description: 'A Svelte and TypeScript template based on Vite bundler', + githubLink: 'https://github.com/CosmoMyzrailGorynych/neutralino-svelte-typescript-template', + }, { title: 'neutralinojs-react', description: 'A simple React.js template for building Neutralinojs apps',