https://github.com/javatlacati/denostaticwebserver
Deno static web server
https://github.com/javatlacati/denostaticwebserver
deno
Last synced: about 2 months ago
JSON representation
Deno static web server
- Host: GitHub
- URL: https://github.com/javatlacati/denostaticwebserver
- Owner: javatlacati
- License: gpl-3.0
- Created: 2022-12-23T06:26:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T06:33:19.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:21:18.366Z (over 1 year ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# denostaticwebserver
Deno static web server
## Development prerequisites:
* install trex `deno install -A --unstable https://deno.land/x/trex/Trex.ts`
To add a new standard deno dependency use:
Trex i --map dependencyname
To add custom module use:
Trex --custom React=https://dev.jspm.io/react/index.js
Run it through the command:
deno run --allow-net --allow-read --allow-env --importmap=import_map.json --unstable server.ts