Name Last Update
common Loading commit data...
server Loading commit data...
web Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
LICENSE Loading commit data...
PROTOCOL.md Loading commit data...
README.md Loading commit data...

스케치퀴즈

build status coverage report

Typescript로 작성된 오픈소스 그림퀴즈 웹 어플리케이션입니다.

캐치마인드와 skribbl.io로 대표되는 인기 게임 장르이나,

완성도가 높은 웹 버전 오픈소스가 없어 제작했습니다.

백엔드프론트엔드를 모두 포함합니다.

백엔드 (./server)

Express와 socket.io를 기반으로 한 node.js 서버입니다.

Usage

$ yarn으로 의존성을 설치합니다.

!! 이하 작성해주세요.

CORS 설정, 포트 설정, 빌드, 실행 등등

프론트엔드 (./web)

React.js와 tailwindcss를 기반으로 한 클라이언트입니다.

Usage

$ npm i로 의존성을 설치합니다.

본인의 백엔드 서버 URI를 SocketContext.ts에 입력합니다.

$ npm start로 디버그용 개발 서버를 엽니다.

$ npm run-script build로 프로덕션 빌드를 할 수 있습니다.