Skip to content

blocklet/express-demo

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 [email protected]: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.