A modern Angular 17+ starter template that combines Angular Material and Tailwind CSS for rapid UI development. This template is pre-configured with best practices, theming, and a clean project structure—helping you jumpstart your next Angular project with minimal setup.
This starter provides:
- Angular 17+ with standalone components and signals
- Angular Material 3 theming and components
- Tailwind CSS utility classes and configuration
- Pre-configured SCSS and Material theming
- Example layout, routing, and component structure
- Ready-to-use build, test, and lint scripts
- Node.js (v18 or higher recommended)
- pnpm or npm or yarn
- Angular CLI (
npm install -g @angular/cli)
Clone this repository and install dependencies:
git clone https://github.com/your-username/angular-mat-tailwind-starter.git
cd angular-mat-tailwind-starter
nvm install lts/jod
nvm use lts/jod
pnpm install
pnpm start
pnpm test
pnpm check #linter/formating all-in-oneStart the local dev server:
pnpm startOpen your browser at http://localhost:4200 to view the app. The server reloads automatically on file changes.