Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rjNemo/deno_hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod ready-to-code

Hello Server

Web app which returns the iconic Hello, World in various locales.

Features

  • Print hello world in a random locale
  • Select the locale by id
  • Use with CLI
  • Basic HTTP server
  • HTML frontend
  • Rebuild using Aleph.js
  • Deployment

Installation

On macOS use HomeBrew to install deno then update to the latest version.

brew install deno
deno upgrade

⚙️ Configuration

Create a basic configuration file using:

code .vscode/settings.json

with the following content

{
  "deno.enable": true,
  "deno.unstable": true,
  "deno.lint": true,
  "deno.import_intellisense_origins": {
    "https://deno.land": true
  },
  "[typescript]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  },
  "[typescriptreact]": {
    "editor.defaultFormatter": "denoland.vscode-deno"
  }
}

🚀 Run

See Makefile for available scripts. The application can run either via CLI or a basic HTTP server.

🧪 Tests

make tests

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Ruidy - Initial work - Ruidy

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Web app which returns the iconic Hello, World in various locales

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published