This template provides a minimal setup to get an Electron app working with TypeScript and node-llama-cpp, React with TypeScript for the renderer, and some ESLint rules.
Install node modules and download the model files used by node-llama-cpp:
npm installStart the project:
npm startGenerated using
npm create node-llama-cpp@latest(learn more)