# nodejs前后端分离项目 **Repository Path**: miao-ziheng/nodejs_front_end_demo ## Basic Information - **Project Name**: nodejs前后端分离项目 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-03-26 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 这是nodejs里面,net前端班前后端分离项目 ### 本地运行 后端 ``` cd back nodemon app.js 或者直接: nodemon back/app.js ``` 前端,直接打开index.html文件即可