Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 915 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 915 Bytes

Angular Material Mobile

An Angular Material mobile starter template for building responsive applications that also look nice on mobile devices.

Introduction

Special credit goes to Angular Material Mobile App with Capacitor which helped me greatly as a solid starting point.

Installation

git clone [email protected]:kgish/angular-material-mobile.git
cd angular-material-mobile
npm install

Run

npm run start

Lint

npm run lint

Test

npm run test

References