QGP Logo
QGP Logo

Make fast apps -- fast!

Create QGP App

You can use the CLI to download a pre-configured template with an example app. Just follow these easy steps:

  1. Open a terminal in your folder of choice
  2. Type npx create-qgp@latest -t qgp-demo qgp-demo to download the template. (You can replace the second qgp-demo with any folder name you want.)
  3. Type cd qgp-demo (or your project name) to enter the new folder.
  4. Type npm i -g @antfu/ni to install a helpful tool.
  5. Type ni to set up the project.
  6. Type nr dev to start the dev server.
  7. Open http://localhost:3000 to see the entire site on the Astro dev server.
  8. Open http://localhost:5173 to see the React app on the Vite dev server.

You can just enter npm create qgp@latest if you want to explore the other templates, or create your own!

Help us improve this page Open in Github Edit in Web Publisher Open in Codeflow