https://github.com/marcomontalbano/test-nonce
Very small demo to test "nonce" hosted by Deno Deploy.
https://github.com/marcomontalbano/test-nonce
bulma-css csp deno nonce typescript
Last synced: 3 months ago
JSON representation
Very small demo to test "nonce" hosted by Deno Deploy.
- Host: GitHub
- URL: https://github.com/marcomontalbano/test-nonce
- Owner: marcomontalbano
- License: mit
- Created: 2019-11-04T18:45:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T21:49:04.000Z (over 3 years ago)
- Last Synced: 2025-03-28T00:36:15.852Z (over 1 year ago)
- Topics: bulma-css, csp, deno, nonce, typescript
- Language: TypeScript
- Homepage: https://test-nonce.deno.dev/
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test NONCE
```sh
deno fmt
deno lint
deno check index.tsx
```
```sh
deno task start
# http://localhost:8000/
```
```sh
deployctl deploy --project=test-nonce index.tsx
```