# gd_atlas_server_node **Repository Path**: anonbug/gd_atlas_server_node ## Basic Information - **Project Name**: gd_atlas_server_node - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-16 - **Last Updated**: 2021-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 《广东地图集》网络版 后端 node 代码 ### 安装依赖 ```bat # 推荐方式 yarn install # 或 npm install ``` ### 启动服务 ``` # 生产环境(需全局安装 pm2 ) pm2 start app.js # 开发环境(需全局安装 nodemon) nodemon app.js # 或 node app.js ```