Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denoland/fresh-auth-example
https://github.com/denoland/fresh-auth-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/denoland/fresh-auth-example
- Owner: denoland
- Created: 2022-10-22T22:25:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T17:31:01.000Z (about 2 years ago)
- Last Synced: 2024-09-30T19:08:54.813Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 11
- Watchers: 16
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fresh Auth Example
This is the example repo that accompanied the tutorial,
[How to Setup Auth with Fresh](https://deno.com/blog/setup-auth-with-fresh).## Usage
Start the project:
```
deno task start
```This will watch the project directory and restart as necessary.