# NodeJsWeb **Repository Path**: front-end_31/NodeJsWeb ## Basic Information - **Project Name**: NodeJsWeb - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-25 - **Last Updated**: 2025-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NodeJsWeb ## express - 安装node,npm; - express安装: npm install express - 模板引擎配置(可选): npm install ejs - 开发工具(热重载): npm install --save-dev nodemon - 使用 dotenv 包加载配置: - npm install dotenv - require('dotenv').config(); - 启动服务器: - npm run dev # 开发模式 - npm start # 生产模式 - 访问测试: 浏览器打开 http://localhost:3000