This project is a demo blocklet bootstrapped with Express Generator
Click the "Open in Gitpod" button, Gitpod will start Blocklet Server and the blocklet.
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
The code is licensed under the MIT license found in the LICENSE file.