# low-code-node **Repository Path**: veryxu_admin/low-code-node ## Basic Information - **Project Name**: low-code-node - **Description**: 低代码平台,使用node作为服务端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-29 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # low-code-node #### 介绍 低代码平台,使用node作为服务端 #### 安装脚手架 npm install express-generator -g #### 创建express项目 express my-express-project --view=ejs #### 启动项目 npm install npm start #### 软件架构