Skip to content

r4ai/svelte-beginner-tutorial

Repository files navigation

Svelte beginner tutorial

RICORA のワークショップで行った「Svelte 入門」のアプリコード、スライドを管理するリポジトリ。

📁 フォルダ構成

  • app/: TODO アプリのプロジェクト
  • app/src/: TODO アプリのソースコード
  • docs/: スライドのプロジェクト

🖥️ 技術スタック

🤖 コマンド

# Install dependencies
npm install

# Run dev server
npm run dev

# Build for production
npm run build