React Boilerplate(React18-TypeScript-Vite5)



git clone https://github.com/macjjuni/react18-ts-boilerplate.git

✅ Ready


  • React-Router 설정(@/router/index.tsx)
  • TailWindCSS
  • Zustand 전역 스토어 설정(RTK에서 마이그레이션)
  • MSW(Mock Service Worker) 2.0 설정
  • vite-plugin-html inject 설정
  • Path Alias
  • ESLint & Prettier

패키지 설치


> yarn
or
> npm i

개발서버 실행


> yarn dev
or
> npm run start

빌드 실행


> yarn build
or
> npm run build