A modern, full-stack TypeScript boilerplate for rapid web development—featuring:
- Client: React + Vite + TypeScript + TailwindCSS
- Server: Node.js + Express + TypeScript + Drizzle ORM //not yet finished
- Shared: Type-safe models and API types //not yet finished
- Asset Management: Vite handles images/fonts, plus an
attached_assets/folder for static files
- End-to-end TypeScript type safety
- TailwindCSS with PostCSS and custom theming
- Vite dev server with HMR
- Express.js API server
- Node.js v18+
- npm (v9+) or Yarn (v1.22+)
- PostgreSQL (or SQLite/MySQL) for database
Clone the repo: git clone https://github.com/YOGESHVENKATAPTHI/techx.git cd techx
ensure you have installed node.js and run: npm install
npm run dev