https://github.com/mattjennings/excalibur-deno-fresh
https://github.com/mattjennings/excalibur-deno-fresh
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattjennings/excalibur-deno-fresh
- Owner: mattjennings
- Created: 2025-01-26T19:42:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T19:42:22.000Z (5 months ago)
- Last Synced: 2025-05-08T22:54:32.573Z (about 1 month ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excalibur + Deno + Fresh
This a proof of concept of using [Excalibur](https://excaliburjs.com/) with [Deno](https://deno.com/) and [Fresh](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.