An open API service indexing awesome lists of open source software.

https://github.com/maikelmaestro/angular-material-boilerplate

A simple Angular material design 3 starter project
https://github.com/maikelmaestro/angular-material-boilerplate

angular angular-18 angular18 angularmaterial

Last synced: 6 months ago
JSON representation

A simple Angular material design 3 starter project

Awesome Lists containing this project

README

        

# 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](https://nodejs.org/) (v18.19.0 or later recommended)
- [npm](https://www.npmjs.com/get-npm) (comes with Node.js)

## Getting Started

1. **Clone the repository**

```bash
git clone https://github.com/maikelmaestro/angular-material-3-starter.git

2. **Install dependencies**

```bash
cd angular-material-3-starter
npm install

3. **Run the application**

```bash
npm start:dev