https://github.com/arvind-4/fresh-hello-world
A hello world app in fresh framework
https://github.com/arvind-4/fresh-hello-world
deno fresh typescript
Last synced: about 1 month ago
JSON representation
A hello world app in fresh framework
- Host: GitHub
- URL: https://github.com/arvind-4/fresh-hello-world
- Owner: arvind-4
- License: mit
- Created: 2024-05-15T06:33:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T10:05:47.000Z (about 2 years ago)
- Last Synced: 2025-05-15T19:11:30.468Z (about 1 year ago)
- Topics: deno, fresh, typescript
- Language: TypeScript
- Homepage: https://arvind-deno-hello-11-r1pha94m6951.deno.dev
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello World from Fresh!
## Getting Started:
CLone the repo:
```bash
cd ~/Dev
git clone https://github.com/Arvind-4/deno-hello-world.git "hello-world"
```
Then start the project:
```bash
cd ~/Dev/hello-world
deno task start
```