This project is using Qwik with QwikCity.
Inside your project, you'll see the following directory structure:
└── src/
├── components/
│ └── ...
└── routes/
└── ...
-
src/routes: Provides the directory-based routing. -
src/components: Contains the HLS Headless component directory.
Development mode uses Vite's development server. The dev command will server-side render (SSR) the output during development.
npm start # or `yarn start`