Hyejinijini / my-react-blog

리액트로 제작된 반응형 블로그입니다. (。・∀・)ノ゙
https://my-react-blog-hyejins-projects-241dde8a.vercel.app/
MIT License
0 stars 0 forks source link
axios fullcalendar msw react-blog react-helmet react-hook-form react-router reactjs tailwindcss

My React Blog - HYEHYE

이 프로젝트는 개인 블로그를 개발하기 위한 학습 목적으로 시작되었습니다.
React를 이용한 컴포넌트 기반 개발 방식과 Tailwind CSS를 사용한 유연한 스타일링을 익히기 위해 제작되었습니다.
Github 디자인을 참고하여 UI를 구현했습니다.

환경

기술

실행 방법

  1. 레파지토리 클론

    git clone <repository-url>
    cd <project-directory>
  2. 의존성 설치

    yarn install
    # or
    yarn
  3. 개발 서버 시작

    yarn dev
  4. 개발 빌드

    yarn build

향후 계획