@adaept/aemml

adaept marmelab stencil integration test

Usage no npm install needed!

<script type="module">
  import adaeptAemml from 'https://cdn.skypack.dev/@adaept/aemml';
</script>

README

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