Welcome to the Angular Material 3 Starter project! This repository provides a basic setup for building Angular applications using Angular Material 3, with a focus on modern, responsive design.
An online demo is available.
- Angular 18.2.4
- Angular Material 3+
- Angular CDK
- SCSS styling
- Basic setup with example components
Ensure you have the following software installed:
-
Clone the repository
git clone https://github.com/maikelmaestro/angular-material-3-starter.git
-
Install dependencies
cd angular-material-3-starter npm install
-
Run the application
npm start:dev