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)
- Host: GitHub
- URL: https://github.com/datvm/mdc-start-template
- Owner: datvm
- Created: 2023-11-23T18:00:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-23T18:12:34.000Z (over 1 year ago)
- Last Synced: 2025-04-08T19:33:20.770Z (2 months ago)
- Language: CSS
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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).