UE Capability Parser Web (DEMO)
April 29, 2023 ยท View on GitHub
This is an example of Web App that can interact with UE Capability Parser server mode.
It's using Qwik framework with QwikCity
Build and Run
Note
You may want to tweak.envand.env.ssrbefore running or building this Web App
Development
Development mode uses Vite's development server. During development, the dev command will server-side render (SSR) the output.
npm start
Preview
The preview command will create a production build of the client modules, a production build of src/entry.preview.tsx, and run a local server. The preview server is only for convenience to locally preview a production build, and it should not be used as a production server.
npm run preview
Production
The production build will generate client and server modules by running both client and server build commands. Additionally, the build command will use Typescript to run a type check on the source code.
npm run build