# nodeDemo **Repository Path**: njy2/node-demo ## Basic Information - **Project Name**: nodeDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-24 - **Last Updated**: 2025-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目的基本优化 ## 1 自动重启服务 安装nodemon工具 ``` js npm i nodemon ``` 编写package.json脚本 ```js "scripts": { "dev": "nodemon ./src/main.js", "test": "echo \"Error: no test specified\" && exit 1" } ``` 执行npm run dev 启动服务 ## 读取配置文件 安装dotenv ``` js npm i dotenv ``` # 添加路由 路由:根据不同的URL,调用