README
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