# notpadServes **Repository Path**: dd0519_admin/notpad-serves ## Basic Information - **Project Name**: notpadServes - **Description**: Nodejs 极简本地静态服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-11 - **Last Updated**: 2025-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: Nodejs, Vue ## README # Nodejs 极简本地静态服务器 #### 把项目文件放在 www 目录下 ``` npm i express npm i nodemon -g npm dev ```