This is a starter project for building a standalone Web Component using Stencil and Nodejs.
To start building a new web component using Stencil, clone this repo to a new directory:
steps:
git clone https://github.com/ramcolinho/status-card.git
npm install
cd status-card
npm run backend // must be run server.js for backend
open new terminal npm run frontend