# node-blog **Repository Path**: alanhaledc/node-blog ## Basic Information - **Project Name**: node-blog - **Description**: A Simple Blog Server demo with node.js - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-blog > 使用 Node.js 搭建博客项目 ## 项目版本 - [版本 1](https://github.com/haledc/node-blog): 使用原生 node API 搭建博客项目 - [版本 2](https://github.com/haledc/node-blog/tree/express-version): 使用 Express 框架搭建博客项目 - [版本 3](https://github.com/haledc/node-blog/tree/koa-version): 使用 Koa 框架搭建博客项目 ## 启动项目 ```bash # install dependencies yarn # setup on development env yarn dev # setup views test API yarn http # setup on production env yarn start ```