Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.01 KB

Hybrids PWA

Basic PWA built with Hybrids; A functional web component library.

Features

Quick start

  • Install dependencies: run yarn in project root
  • For dev server: run yarn dev or npm run dev, from project root. The app should be running at: http://localhost:8080.
  • To build frontend run: yarn build or npm run build from project root. Run yarn start or npm start to start app.

Example

Check out the live Demo

TODO