Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whouishere/fresh-fullstack-challenge
Fullstack app made with Fresh
https://github.com/whouishere/fresh-fullstack-challenge
challenge deno fresh fullstack jsx typescript
Last synced: 12 days ago
JSON representation
Fullstack app made with Fresh
- Host: GitHub
- URL: https://github.com/whouishere/fresh-fullstack-challenge
- Owner: whouishere
- License: mit
- Created: 2023-03-18T00:36:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T00:27:53.000Z (almost 2 years ago)
- Last Synced: 2023-07-18T03:27:09.351Z (over 1 year ago)
- Topics: challenge, deno, fresh, fullstack, jsx, typescript
- Language: TypeScript
- Homepage: https://whou-cubo-fullstack.deno.dev
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cubo's Fullstack Challenge
In this attempt to recreate [Cubo's Fullstack Challenge](https://github.com/cubonetwork/fullstack-challenge), I chose to use [Deno](https://deno.land) as the language runtime and [Fresh](https://fresh.deno.dev) as the front-end and back-end framework.
Once I got to try out TypeScript I couldn't stand JavaScript more than I already didn't. This combined with Deno's incredibly fast and minimal approach to... everything made it an interesting choice for me. After all, I wanted to actually try to do a real project with it.
## Usage
Start the project with:
```
deno task start
```This will watch the project directory and restart Deno on file changes.