Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rodydavis/dart-material-webcomponents
- Owner: rodydavis
- Created: 2020-07-09T22:33:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T00:51:02.000Z (over 3 years ago)
- Last Synced: 2024-12-16T15:08:46.767Z (about 2 months ago)
- Topics: dart, material-design, web-components
- Language: JavaScript
- Homepage: https://rodydavis.github.io/dart-material-webcomponents/
- Size: 5.84 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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 FilesTo 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
```