A Glimmer.js wrapper for Material Components for the Web.
🚧 Glimmer Material is under active development as a Glimmer.js application. It seeks to eventually be a lightweight Glimmer.js wrapper for Material Components for the Web as an installable add-on.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd glimmer-material
yarn
ember serve
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)