Kevin b2a15be12e Feat: Refactor jsonld & method to update document title and description (#4)
* Generates JSON ld structured metadata from a product & appends to head

* Updated IProduct & IVariation interface

* Added IProductResponse & IProductsResponse interfaces

* Fixed sitemap urls having to many protocols

* Implemented jsonld for product w/ variations

* Aligned Product responses between backend & frontend

* PageMeta for updating head meta values: title & description

Use on any page where we want to display a unique meta page title &
description

* Set document language to norwegian

* Linting
2022-11-30 00:39:04 +01:00
2022-11-28 20:03:33 +01:00
2022-11-28 20:27:48 +01:00

planetposen frontend

Frontend of planetposen webshop. View backend at: kevinmidboe/planetposen-backend

Install

Download project:

git clone https://github.com/kevinmidboe/planetposen-frontend
cd planetposen-frontend

Install dependencies:

yarn

or

npm install

Developing

To view project locally and see changes with hot module reloading run:

yarn dev

Visit at: http://localhost:5173

Build

To create a production build of planetposen run:

yarn build

You can preview the production build with yarn preview.

To deploy your app, you may need to install an adapter for your target environment.

Description
frontend for planetposen webshop 🌎
Readme 929 KiB
Languages
Svelte 84.6%
TypeScript 11%
SCSS 2.9%
CSS 0.9%
HTML 0.3%
Other 0.3%