A small React + TypeScript lecture site built with Vite and Tailwind CSS. It contains presentation pages and interactive demos for modern React hooks and patterns.
Make sure you have Node.js installed, then install dependencies:
pnpm installStart the development server:
pnpm devOpen the local URL printed in your terminal.
Create a production build:
pnpm buildPreview the production build:
pnpm previewRun ESLint:
pnpm lint