Skip to content

blocklet/express-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
ArcBlock Robot
Sep 28, 2023
d5b459e · Sep 28, 2023

History

50 Commits
Dec 8, 2021
Dec 28, 2021
Nov 24, 2020
Oct 27, 2020
Oct 27, 2020
Oct 27, 2020
Nov 18, 2020
Dec 28, 2021
Dec 28, 2021
Sep 28, 2023
Oct 27, 2020
Feb 26, 2021
Sep 28, 2023
Oct 27, 2020
Nov 24, 2020
Feb 26, 2021
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Sep 28, 2023
Oct 14, 2021

Repository files navigation

Express Demo

This project is a demo blocklet bootstrapped with Express Generator

Launch on Blocklet Server

Launch on Blocklet Server

Run and debug in the cloud with Gitpod

Click the "Open in Gitpod" button, Gitpod will start Blocklet Server and the blocklet.

Open in Gitpod

Run and debug locally

yarn global add @blocklet/cli
git clone git@github.com:blocklet/express-demo.git
cd express-demo
npm install
blocklet server init --mode debug
blocklet server start
blocklet dev

License

The code is licensed under the MIT license found in the LICENSE file.