Skip to content

rkasper/hello-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Deno

A simple Deno-based web application demonstrating easy deployment on DigitalOcean App Platform.

Overview

This project serves as a straightforward example of how to create a web application using Deno and deploy it to DigitalOcean App Platform. It's designed to be a starting point for developers looking to understand the basics of Deno and cloud deployment.

Features

  • Basic Deno web server
  • Docker configuration for easy containerization
  • Ready for deployment on DigitalOcean App Platform

Prerequisites

Local Development

  1. Clone the repository:
git clone https://github.com/rkasper/hello-deno.git
cd hello-deno
  1. Run the application locally:
deno run --allow-net src/app.ts
  1. Visit http://localhost:8000 in your browser to see the application running.

Deployment

This application is configured for easy deployment to DigitalOcean App Platform. Follow these steps:

  1. Fork this repository to your GitHub account.
  2. Log in to your DigitalOcean account and navigate to the App Platform section.
  3. Click "Create App" and select your forked repository.
  4. Follow the prompts to deploy your application.

For more detailed instructions, refer to the DigitalOcean App Platform documentation.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License - see the LICENSE.md file for details.

Author

Richard Kasperowski

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published