Skip to content

maikelmaestro/angular-material-boilerplate

Repository files navigation

Angular Material 3 Starter

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.

Demo

An online demo is available.

Features

  • Angular 18.2.4
  • Angular Material 3+
  • Angular CDK
  • SCSS styling
  • Basic setup with example components

Prerequisites

Ensure you have the following software installed:

  • Node.js (v18.19.0 or later recommended)
  • npm (comes with Node.js)

Getting Started

  1. Clone the repository

    git clone https://github.com/maikelmaestro/angular-material-3-starter.git
    
  2. Install dependencies

    cd angular-material-3-starter
    npm install
    
  3. Run the application

     npm start:dev