Skip to content

OHMORIYUSUKE/deno-websocket-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google スライドのスライド送りを簡単に複数端末で同期できる君

アプリについて

名前:Google スライドのスライド送りを簡単に複数端末で同期できる君

URL:https://sync-google-slide.vercel.app/

Google スライドの URL を入力してスライドを共有、スライド送りも同期できます

開発する

バックエンドのサーバーを起動

cd server
deno run start

フロントエンドのサーバーを起動

cd client
npm i
npm run dev