Skip to content

NEARBuilders/wasm-git-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Proxy Server to Showcase Wasm-Git

See full tutorial.

Running the app

Prerequisites

  • Docker daemon running, install Docker.

Build the Docker Image

Build the Docker image from the Dockerfile:

docker build -t wasm-git-proxy .

Run the Docker Container

Run the Docker container using the built image:

docker run -d -p 3000:3000 wasm-git-proxy

Console will print the container id.

Open app in browser

Go to http://localhost:3000 to view.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors