Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rodydavis/dart-material-webcomponents

Dart and JS with Material Web Components
https://github.com/rodydavis/dart-material-webcomponents

dart material-design web-components

Last synced: about 2 months ago
JSON representation

Dart and JS with Material Web Components

Awesome Lists containing this project

README

        

# Dart + Web Components

Online Demo: https://rodydavis.github.io/dart-material-webcomponents/

- Hot Reload
- Dart Files and Packages
- JS Files
- Html Files

To run the application run the following script:

```
scripts/run.sh
```

It will open `http://localhost:8000/` and you can hot reload changes!

![](assets/demo.png)

To build the application run the following script:

```
scripts/build.sh
```