Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 445 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 445 Bytes

Demonstrations

MDC Web's collection of components. Demonstrated in idiomatic JavaScript/CSS/HTML.

Installation

First clone MDC Web:

git clone [email protected]:material-components/material-components-web.git && cd material-components-web

Second install MDC Web:

npm i

Then run the demo server:

npm run dev

This will spin up a server that can be accessed at localhost:8080

Pop open any major browser and enjoy!