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
- Host: GitHub
- URL: https://github.com/maikelmaestro/angular-material-boilerplate
- Owner: maikelmaestro
- Created: 2024-09-15T14:58:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T16:43:02.000Z (8 months ago)
- Last Synced: 2024-10-17T02:04:58.903Z (7 months ago)
- Topics: angular, angular-18, angular18, angularmaterial
- Language: TypeScript
- Homepage: https://maikelmaestro.github.io/angular-material-boilerplate/
- Size: 474 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.git2. **Install dependencies**
```bash
cd angular-material-3-starter
npm install
3. **Run the application**```bash
npm start:dev