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: 5 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T00:51:02.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T11:54:51.583Z (8 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: 1
- 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 Files
To run the application run the following script:
```
scripts/run.sh
```
It will open `http://localhost:8000/` and you can hot reload changes!

To build the application run the following script:
```
scripts/build.sh
```