Skip to content

Commit

Permalink
works 1 - setting
Browse files Browse the repository at this point in the history
  • Loading branch information
olive-su committed Oct 28, 2021
0 parents commit 8cbbcbf
Show file tree
Hide file tree
Showing 9 changed files with 8,535 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Fake Zoom

- _Zoom Clone using NodeJS WebRTC and Websockets._
- 노마드코더의 줌 클론코딩 강의를 보고 작성한 코드 파일입니다.
3 changes: 3 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
4 changes: 4 additions & 0 deletions nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"ignore": ["src/public/*"],
"exec": "babel-node src/server.js"
}

0 comments on commit 8cbbcbf

Please sign in to comment.