/mdc-start-template

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

Primary LanguageCSS

A simple template for getting started with Material Web Component 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).