평소 좋아하는 보드게임을 직접 구현해보고 싶다는 생각과 Three.js에서 아이디어를 얻어 시작
// server start
// labyrinth\backend_nodejs
npm run start
// client start
// labyrinth\frontend
npm install
npm start위에서 서버와 클라이언트 모두 실행했다면 "localhost:3000" 로 접속.
Alabyrinth\frontend\src\App.js 에서
netAddress 값을 바꾸는 것으로 경로 바꾸기 가능
After running both the server and client, you can access the application at http://localhost:3000.
To change the route, modify the netAddress value in Alabyrinth/frontend/src/App.js.
**[frontend]**
-react "^18.3.1"
-socket.io-client "^4.7.5"
-three "^0.167.1"
-react-three/fiber "^8.16.8"
**[backend]**
-express "^4.19.2"
-socket.io "^4.7.5"최현호








