Searchable website powered by client side SQLite - chung-leong/zigar GitHub Wiki

Creating the app

First, we'll create the project:

npm create vite@latest
│
◇  Project name:
│  sqlite
│
◇  Select a framework:
│  React
│
◇  Select a variant:
│  JavaScript + SWC
│
◇  Use rolldown-vite (Experimental)?:
│  No
│
◇  Install with npm and start now?
│  No
│
◇  Scaffolding project in /home/rwiggum/sqlite...
│
└  Done. Now run:

  cd sqlite
  npm install
  npm run dev

Go into the directory and install the necessary files:

cd sqlite
npm install
npm install --save-dev rollup-plugin-zigar