Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.55 KB

readme.md

File metadata and controls

18 lines (13 loc) · 1.55 KB

Built With Stencil

Stencil Status Card

This is a starter project for building a standalone Web Component using Stencil and Nodejs.

Getting Started

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