Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-10 22:05:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d493af3d4169103e47bd10a64d15964b877a675
4d493af3
1 parent
bf7f855f
Builds for 1 pipeline
failed
in 1 minute 10 seconds
README.md 업데이트
Changes
1
Builds
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
README.md
README.md
View file @
4d493af
<p
align=
"center"
>
<img
src=
"http://khuhub.khu.ac.kr/2020105578/nodejs-game/raw/bf7f855fc1ed481ebf6e70f86b27ddb3a015c4ed/web/public/logo.png"
alt=
"project logo"
>
</p>
<h1
align=
"center"
>
스케치퀴즈
</h1>
...
...
@@ -5,7 +8,6 @@
<a
href=
"http://khuhub.khu.ac.kr/2020105578/nodejs-game/commits/develop"
><img
alt=
"build status"
src=
"http://khuhub.khu.ac.kr/2020105578/nodejs-game/badges/develop/build.svg"
/></a>
<a
href=
"http://khuhub.khu.ac.kr/2020105578/nodejs-game/commits/develop"
><img
alt=
"coverage report"
src=
"http://khuhub.khu.ac.kr/2020105578/nodejs-game/badges/develop/coverage.svg"
/></a>
</p>
![
logo
](
./web/public/logo.png
)
...
...
@@ -17,6 +19,8 @@ Typescript로 작성된 오픈소스 그림퀴즈 웹 어플리케이션입니
[
백엔드
](
./server
)
와
[
프론트엔드
](
./web
)
를 모두 포함합니다.
## 백엔드 (./server)
Express와 socket.io를 기반으로 한 node.js 서버입니다.
...
...
@@ -33,6 +37,8 @@ Express와 socket.io를 기반으로 한 node.js 서버입니다.
`$ yarn build`
로 서버를 빌드합니다.
## 프론트엔드 (./web)
React.js와 tailwindcss를 기반으로 한 클라이언트입니다.
...
...
@@ -47,10 +53,14 @@ React.js와 tailwindcss를 기반으로 한 클라이언트입니다.
`$ npm run-script build`
로 프로덕션 빌드를 할 수 있습니다.
## 배포
Docker Compose를 통해 서버를 구성할 수 있습니다. 프론트엔드 페이지는 빌드되어 nginx로 서빙됩니다. 리포지토리 최상단 디렉토리에서
`$ docker-compose up`
를 입력하세요.
## 브랜치
-
`develop`
: 현재 개발중인 버전입니다.
...
...
Please
register
or
login
to post a comment