https://github.com/azmainadel/trial-by-deno
Simple mobile app built with Deno (backend) and Flutter (frontend)
https://github.com/azmainadel/trial-by-deno
demo-app deno flutter
Last synced: about 2 months ago
JSON representation
Simple mobile app built with Deno (backend) and Flutter (frontend)
- Host: GitHub
- URL: https://github.com/azmainadel/trial-by-deno
- Owner: azmainadel
- Created: 2020-05-20T04:52:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T09:12:46.000Z (about 6 years ago)
- Last Synced: 2025-04-06T17:15:24.358Z (about 1 year ago)
- Topics: demo-app, deno, flutter
- Language: Dart
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Demo Flutter app using Deno as backend
*Deno* is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust.
---------------------------
### How to run?
1. Install **Deno** from the [official site](https://deno.land/)
2. Replace the *hostname* IP with your local network's IP address in `/backend-deno/index.ts` (Line 11)
3. Inside the backend folder, run:
```
drun --entryPoint=./index.ts --cwd=./
```
4. Run the Flutter app