Skip to content
View goldking98's full-sized avatar
  • Joined Jan 5, 2025

Block or report goldking98

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
goldking98/README.md

Vanilla JS example of minikit

Apart from a frontend, you'll need a backend, this template contains an example of that as well

To run, install:

  • deps, cd frontend;pnpm i;cd -;cd backend;pnpm i
  • ngrok - Create a free ngrok account, follow the official docs
  • nginx - use you favorite package manager :)

nginx setup

To serve multiple localhost applications through a single ngrok tunnel (only one available for free-tier users), you can use nginx as a reverse proxy. Follow the steps below to set it up:

Run nginx

Use the config provided in the root of this repo sudo nginx -c full/path/to/this/repo/nginx.conf or, if you run the command from the root dir sudo nginx -c $(pwd)/nginx.conf

To stop nginx run sudo nginx -s stop

Tunnel through Ngrok

ngrok http 8080 The port doesn't matter, make sure it's the listen one from nginx config

Popular repositories Loading

  1. Goldking98. Goldking98. Public

    TypeScript 1

  2. Goldking98- Goldking98- Public

    TypeScript

  3. Goldking98 Goldking98 Public

    JavaScript