luixaviles / litelement-website

A Single Page Application(SPA) based on Web Components using LitElement and TypeScript
MIT License
77 stars 18 forks source link
lit-element rollup single-page-app spa typescript web-components

LitElement Website

A Single Page Application(SPA) based on Web Components using LitElement, Vaadin Router for navigation and TypeScript.

Quickstart

To get started, install dependencies:

npm install

Start the preview of the app:

npm run start

This will open your default browser with the App.

Scripts

Running Cypress - E2E Testing

First, make sure you're running the application

npm run start

Then, open a separate terminal to run the E2E tests

npm run cypress:open

Or

npm run cypress:run