ToDo 애플리케이션을 개발하는 토이 프로젝트입니다.
프론트엔드 | React.js, TypeScript, Axios, Tanstack Query(v5), Tailwind CSS, Vite |
---|
백엔드 | JavaScript, Node.js, Express.js, MongoDB |
---|
-
레포지토리 클론
$ git clone https://github.com/younyikim/fullstack-todo-app.git
-
client
디렉토리로 이동cd client
-
패키지를 설치
yarn
-
서버 실행
yarn dev
-
backend
디렉토리로 이동cd backend
-
패키지를 설치
npm install
-
서버 실행
npm start