Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 903 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 903 Bytes

gdgdevfest-2023-surat

Slide deck

Code samples

Getting Started

  1. Clone the repo

    git clone https://github.com/shhdharmen/gdgdevfest-2023-surat
  2. Go into any example

    cd ng-mat-address #or ng-mat-address-pre-built
  3. Insall dependencies

    npm install
  4. Start project in dev mode

    npm start

Want to learn more?