Skip to content

Commit

Permalink
docs: update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
seognil committed May 26, 2020
1 parent 60c481a commit 87bb545
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
18 changes: 18 additions & 0 deletions node/http-server/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 一个简单的 Node.js 服务器

> [Node.js 入门指南](https://fe.rualc.com/note/node-basic.html)
通过自己搭建一个简单的 HTTP 服务器,理解 Node.js 和服务器的作用及概念

## 特性

- 访问多个页面
- 404 页
- 加载 HTTP 和 CSS

## 运行

```sh
npm run start
npm run dev
```
9 changes: 9 additions & 0 deletions node/simple-demo/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 一个超简单 Node.js 使用 Demo

> [Node.js 入门指南](https://fe.rualc.com/note/node-basic.html)
## 运行

```sh
node index.js
```
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Because it's the only way to learn how to code -- by practice
- [ ] tricks
- [ ] polyfills
- **Node.js**
- [x] [http](./node/http-server/):搭建一个简单的服务器
- [x] [一个超简单 Node.js 使用 Demo](./node/simple-demo/)
- [x] [一个简单的 Node.js 服务器](./node/http-server/)
- **JS lib usage**
- [x] [react hooks](./react/)
- [x] [redux](./redux/)
Expand Down

0 comments on commit 87bb545

Please sign in to comment.