Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 393 Bytes

File metadata and controls

27 lines (20 loc) · 393 Bytes

Express.js 基础学习与实践

基于express完成基础的前后端交互,数据库使用sqlite3

运行

  1. 克隆仓库
git clone https://github.com/oliverustc/express-demo.git
  1. 进入项目目录
cd express-demo
  1. 安装依赖
npm install
  1. 运行项目
npm run dev
  1. 访问 http://localhost:3000