https://github.com/stephen-shopopop/fresh
demo fresh
https://github.com/stephen-shopopop/fresh
deno fresh
Last synced: about 1 month ago
JSON representation
demo fresh
- Host: GitHub
- URL: https://github.com/stephen-shopopop/fresh
- Owner: stephen-shopopop
- Created: 2023-01-28T18:41:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T22:01:25.000Z (over 3 years ago)
- Last Synced: 2023-03-05T23:44:23.655Z (over 3 years ago)
- Topics: deno, fresh
- Language: TypeScript
- Homepage: https://demo-fresh.deno.dev/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://deno.land/manual@v1.31.1/getting_started)
[](https://svgshare.com/i/Zhy.svg)
[](https://svgshare.com/i/ZjP.svg)
[](https://code.visualstudio.com/)
[](https://github.com/stephen-shopopop/fresh/actions/workflows/check.yml)
# deno
[Installation deno](https://deno.land/#installation)
- [cheat code](https://oscarotero.com/deno/?utm_source=denonews&utm_medium=email)
# fresh project
## Usage
### DEV
Start the project in dev mode:
```shell
deno task dev
```
This will watch the project directory and restart as necessary.
### PRODUCTION
```shell
deno run -A main.ts
```
## Reference
- [deno fresh](https://fresh.deno.dev)
- [twind](https://twind.dev)
- [tailwind](https://tailwindcss.com)
- [Deploiement](https://deno.com/deploy)