Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huangang/a-simple-blog
a simple blog
https://github.com/huangang/a-simple-blog
Last synced: 6 days ago
JSON representation
a simple blog
- Host: GitHub
- URL: https://github.com/huangang/a-simple-blog
- Owner: huangang
- Created: 2014-06-14T13:41:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-20T07:17:00.000Z (over 10 years ago)
- Last Synced: 2024-03-16T02:01:49.432Z (9 months ago)
- Language: JavaScript
- Size: 5.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
气泡项目将在这个最简单的博客系统去完善
======这个系统使用了node的express
代码提交到这https://github.com/zhanghuangang/a-simple-blog
首先大家都先安装node和git
然后使用$git clone https://github.com/zhanghuangang/a-simple-blog.git克隆到自己本地
运行:node app
提交过程:
$git add 你写的文件代码名称
$git commit -m '对它的描述'
$git push origin master
发送你提交在GitHub的分支