Skip to content

let-sh/example

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date
Jun 6, 2021
Mar 3, 2022
May 26, 2020
May 24, 2022
May 11, 2022
May 4, 2021
May 25, 2020
Apr 2, 2021
Sep 20, 2021
Jan 14, 2022
Apr 2, 2021
Apr 1, 2020
Dec 6, 2022
Mar 31, 2021
Apr 1, 2020

Repository files navigation

Examples of let.sh

How To Use

Install command line tools

Open your terminal, copy the the command below and run it:

# install cli
# optional: you can use npm or yarn instead: `npm install -g @letsh/cli` or `yarn global add @letsh/cli`
curl -o- -sL https://install.let.sh.cn/install.sh | bash

Login

# login with your github account
lets login

Then clone example project and deploy with a single command line

Static hosting

git clone https://github.com/let-sh/example
cd static
lets deploy -t static

React

git clone https://github.com/let-sh/example
cd react
lets deploy -t react

Node express framework

git clone https://github.com/let-sh/example
cd express
lets deploy -t express

Golang gin framework

git clone https://github.com/let-sh/example
cd gin
lets deploy -t gin

Link the domain to the project

# you can custom xxxx.let.sh with any other domain ending with let.sh
lets link xxxx.let.sh