The simplest Deno project template for beginners.
-
Click the Use this template button on the top of this GitHub repository's home page, then create your own repository in your account/organization namespace
-
Click the Open in GitHub codespaces button on the top of ReadMe file, then an online VS Code development environment will be started immediately
winget install DenoLand.Deno Microsoft.VisualStudioCode
code --install-extension justjavac.vscode-deno-extensionpack
code --install-extension redhat.vscode-yaml
code --install-extension ms-azuretools.vscode-docker
code --install-extension GitHub.copilot
curl -fsSL https://deno.land/install.sh | sh
flatpak install com.visualstudio.code
code --install-extension justjavac.vscode-deno-extensionpack
code --install-extension redhat.vscode-yaml
code --install-extension ms-azuretools.vscode-docker
code --install-extension GitHub.copilot
brew install deno
brew install --cask visual-studio-code
code --install-extension justjavac.vscode-deno-extensionpack
code --install-extension redhat.vscode-yaml
code --install-extension ms-azuretools.vscode-docker
code --install-extension GitHub.copilot
cd ~/Desktop
git clone https://github.com/idea2app/Deno-quick-start
cd Deno-quick-start
deno --allow-all source/index.ts