Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 884 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 884 Bytes

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