Skip to content

kuc-arc-f/kit1_27chat_pub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kit1_27chat_pub

Version: 0.9.1

Author  : Kouji Nakashima / kuc-arc-f.com

date    : 2023/07/30

update : 2023/08/07


Summary

SvelteKit + Cloudflare D1, chat app sample


API Server

https://github.com/kuc-arc-f/d1-project7chat


Setup

npm install

  • .env, set
PUBLIC_API_URL=http://localhost:8787
PUBLIC_API_KEY="hoge123"

Start server

  • start :
yarn dev

build

yarn build

Blog: