Skip to content

MPA blog demo with vite and lit 2

Notifications You must be signed in to change notification settings

ampmonteiro/vite-lit-mpa

Repository files navigation

Vite + Lit => MPA

A Demo simple blog website, to show MPA (MultiPage App) with Lit and vite

images

home:

homepage

detail:

detail

How run locally

you need:

  • node >= 18.13

  • npm >= 8-19.3

  • just clone the project

  • install deps:

    npm i
  • run dev server :
    npm start

How to build the project

    npm run build