- 개발 환경 최적화: 개발 환경에서 개발을 도와주는 가이드를 제공합니다.
- 작업 최소화: 빌드시 스킨 등록에 필요한 xml, html, css, js 파일을 만듭니다.
- 컴포넌트 제공: 모든 티스토리 치환자를 React 컴포넌트로 제공합니다.
- Create via CLI
$ npm create tistory-react@latest # npm
$ yarn create tistory-react@latest # yarn
$ pnpm create tistory-react@latest # pnpm
- Start Dev Server
$ npm run dev
- Build in Production
$ npm run build
Tistory-react is licensed under the MIT License.