@shriramethiraj/spacex-web-components

SpaceX Web components

Usage no npm install needed!

<script type="module">
  import shriramethirajSpacexWebComponents from 'https://cdn.skypack.dev/@shriramethiraj/spacex-web-components';
</script>

README

Built With Stencil

Spacex components

Components for spacex project to showcase web components

Getting Started

To start building a new web component using Stencil, clone this repo to a new directory:

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