Skip to content

gioboa/qwik-microfrontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qwik Microfrontends

homepage

node >= v18.10.0 required

The project contains 3 apps ( Host, Home, Checkout )

Host

port: 5173

host

Home ( horizontal split )

port: 5174

home

Checkout ( vertical split with multiple routes )

port: 5175

route: /checkout/summary/

summary

route: /checkout/payment/

payment

Startup project

From the root install all the dependencies pnpm i

Preview server

  • npm run preview

Development server

Run npm run dev to run a dev server for each application.

At http://localhost:5173 you can open the host and see the working application.

About

Qwik Microfrontends example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published