This project was created with Better-T-Stack, a modern TypeScript stack that combines React, React Router, and more.
- React Router - Declarative routing for React
- TailwindCSS - Utility-first CSS for rapid UI development
- shadcn/ui - Reusable UI components
- Turborepo - Optimized monorepo build system
First, install the dependencies:
pnpm installThen, run the development server:
pnpm devOpen http://localhost:5173 in your browser to see the web application.
base-react-js/
├── apps/
│ ├── web/ # Frontend application (React + React Router)
pnpm dev: Start all applications in development modepnpm build: Build all applicationspnpm dev:web: Start only the web application