Skip to content

MSS-Shalavritha/ts-stack-sandbox

 
 

Repository files navigation

Sandbox for experimenting in a TypeScript stack

  1. To get started, clone this repository locally.
  2. Build the Docker image using: docker build -t ts-sandbox .
  3. Run the detached container with port 8080: docker run -p 8080:8080 -d ts-sandbox
  4. View the server's response at 0.0.0.0:8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.1%
  • Dockerfile 48.9%