@shriramethiraj/spacex-web-components
v1.0.2
Published
SpaceX Web components
Downloads
3
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