A reimplementation of that one website in Fresh.js
Find a file
Ayase Minori 4a01821907
Finally figure out how to send data from server
Signed-off-by: GitHub <noreply@github.com>
2023-09-12 06:28:01 +00:00
.codesandbox Fix conflicts 2023-09-11 03:17:12 +00:00
.devcontainer Fix conflicts 2023-09-11 03:17:12 +00:00
.vscode Properly encode responses 2023-09-11 04:57:06 +00:00
components Initial Commit 2023-09-10 20:22:22 +08:00
islands Finally figure out how to send data from server 2023-09-12 06:28:01 +00:00
routes Finally figure out how to send data from server 2023-09-12 06:28:01 +00:00
shared Initial Commit 2023-09-10 20:22:22 +08:00
static Initial Commit 2023-09-10 20:22:22 +08:00
.gitignore Initial Commit 2023-09-10 20:22:22 +08:00
deno.json Implement POSTing 2023-09-11 03:55:06 +00:00
dev.ts Initial Commit 2023-09-10 20:22:22 +08:00
fresh.config.ts Initial Commit 2023-09-10 20:22:22 +08:00
fresh.gen.ts Initial Commit 2023-09-10 20:22:22 +08:00
main.ts Initial Commit 2023-09-10 20:22:22 +08:00
README.md Initial Commit 2023-09-10 20:22:22 +08:00
twind.config.ts Initial Commit 2023-09-10 20:22:22 +08:00

Fresh project

Your new Fresh project is ready to go. You can follow the Fresh "Getting Started" guide here: https://fresh.deno.dev/docs/getting-started

Usage

Make sure to install Deno: https://deno.land/manual/getting_started/installation

Then start the project:

deno task start

This will watch the project directory and restart as necessary.