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

https://github.com/datvm/mdc-start-template

A simple starting template for a website that uses Material Component (Material Design 3)
https://github.com/datvm/mdc-start-template

Last synced: 4 days ago
JSON representation

A simple starting template for a website that uses Material Component (Material Design 3)

Awesome Lists containing this project

README

        

A simple template for getting started with [Material Web Component](https://github.com/material-components/material-web) using TypeScript.

1. Clone this repository.
2. Run `npm install`.
3. Run `npm run build` to build the project. This in turn runs `npx rollup -c`.
4. Serve it using any web server of your choice (I serve it with IIS Express for VS Code).