Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vdegenne/mwc3-back-helpers

Suite of modules to help building tools around the MWC framework.
https://github.com/vdegenne/mwc3-back-helpers

esm material-3 material-web material-web-components material-you nodenext npm

Last synced: about 1 month ago
JSON representation

Suite of modules to help building tools around the MWC framework.

Awesome Lists containing this project

README

        

# mwc3-back-helpers

📂 Suite of modules to help building tools around the [MWC](https://github.com/material-components/material-web) framework.

## 👷 Development

#### Prerequisites

The sources rely on some data maps that need to be built prior to development

```bash
git clone https://github.com/vdegenne/mwc3-back-helpers.git
cd mwc3-back-helpers
npm i
npm run build
```

#### 🥼 Test

This repository uses `wireit`, tests can be run in watch mode using the following command:

```bash
npm run test --watch
```