Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 498 Bytes

File metadata and controls

15 lines (12 loc) · 498 Bytes

Electron + TypeScript + React + Vite + node-llama-cpp

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.

Get started

Install node modules and download the model files used by node-llama-cpp:

npm install

Start the project:

npm start

Generated using npm create node-llama-cpp@latest (learn more)