@adaept/aemml
v0.0.2
Published
adaept marmelab stencil integration test
Downloads
6
Readme
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