๐ฆ React + API Server ํ๋ก์ ํธ ๊ฐ๋ฐ๊ณผ ๋ฐฐํฌ (CI/CD)
React์ Node.js์ ๋ํ ๊ฐ๋ฐํ๊ฒฝ ๊ตฌ์ถ๊ณผ ๋ฐฐํฌ์ ๋ํด ์ ๋ฆฌํฉ๋๋ค.
- Front-end: http://localhost:3000/
- Back-end: http://localhost:4000/
- API Docs: http://localhost:4000/api-docs/
-
Front-end
cd frontend yarn install yarn dev
-
Back-end
cd backend yarn install yarn dev