sveltekit-sqlite-wasm Svelte Themes

Sveltekit Sqlite Wasm

SvelteKit SQLite Wasm Example 1

Code History

The code in this repository is based on the Offline App with SvelteKit + SQLite Part 1: Setup WebAssembly SQLite video.

Creation History

cd /renderws/carltonData/cj2023/code/svelte/
npm create svelte@latest sveltekit-sqlite-wasm
cd sveltekit-sqlite-wasm/
npm i
git init && git add -A && git commit -m "Initial commit"
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm install -D @rgossiaux/svelte-headlessui

Top categories

Loading Svelte Themes