0.0.2 • Published 4 years ago

@adaept/aemml v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Built With Stencil

Stencil Exploration Project

This project aims to test StencilJS through a fake Design system called mml

To start the project and watch components, run:

npm install
npm start

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test