Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 801 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 801 Bytes

tistory-react

A fast tistory skin framework with React.js.

Features

  • 개발 환경 최적화: 개발 환경에서 개발을 도와주는 가이드를 제공합니다.
  • 작업 최소화: 빌드시 스킨 등록에 필요한 xml, html, css, js 파일을 만듭니다.
  • 컴포넌트 제공: 모든 티스토리 치환자를 React 컴포넌트로 제공합니다.

Getting Started

  1. Create via CLI
$ npm create tistory-react@latest # npm
$ yarn create tistory-react@latest # yarn
$ pnpm create tistory-react@latest # pnpm
  1. Start Dev Server
$ npm run dev
  1. Build in Production
$ npm run build

License

Tistory-react is licensed under the MIT License.