https://github.com/deepakshrma/deno-by-example
Tutorial: Learn Web Programming in Deno by Examples
https://github.com/deepakshrma/deno-by-example
Last synced: 5 months ago
JSON representation
Tutorial: Learn Web Programming in Deno by Examples
- Host: GitHub
- URL: https://github.com/deepakshrma/deno-by-example
- Owner: deepakshrma
- Created: 2020-05-19T12:50:22.000Z (about 6 years ago)
- Default Branch: next
- Last Pushed: 2024-02-13T16:00:41.000Z (over 2 years ago)
- Last Synced: 2025-04-01T17:59:24.947Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://deepakshrma.github.io/deno-by-example/
- Size: 6.02 MB
- Stars: 26
- Watchers: 2
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-by-example - Deno by Example: Learn Web Programming in Deno by Examples
README
# Deno By Example
Playground and examples for [deno](https://github.com/denoland/deno)
> This repo shows examples from Deno language. Examples are written in md files in [website](/website/) directories
Published website can be found [https://decipher.dev/deno-by-example/](https://decipher.dev/deno-by-example/)

## Requirements
- Deno
**[Note]:** It's only tested on a Mac.
**_Please support me creating more examples._**
**How to support:**
1. Clone repo
2. Add example in folder `examples`
3. Add `md` or `mdx` document in folder `website`
4. List the id in `sidebars.js`
**Verify:**
```bash
yarn run build
mv docs deno-by-example
http-server .
```
**Open browser:** http://localhost:8080/deno-by-example
All good then move folder back to `docs`
```bash
mv deno-by-example docs
```
**Thanks! Cheers! 🥂🍻🍻 Keep coding!!**