An open API service indexing awesome lists of open source software.

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

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
```