# hackthon-road **Repository Path**: FengLun/hackthon-road ## Basic Information - **Project Name**: hackthon-road - **Description**: 公路黑客松 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > 项目介绍 Hackthon 启动 ``` // 安装 npm install // 启动前端 npm run dev // 启动后端 npm run server ``` 启动数据库 ``` mongod ```