
Make fast apps -- fast!
Warning!
This project is still in alpha at this point. While we're sure that we haven't covered every
edge case, we do use it to power our product at fogbender.com. So, it should be stable enough for you to try it out. If you find any bugs, please open
an issue on GitHub!
Create QGP App
You can use the CLI to download a pre-configured template with an example app. Just follow these easy steps:
- Open a terminal in your folder of choice
-
Type
npx create-qgp@latest -t qgp-demo qgp-demo
to download the template. (You can replace the secondqgp-demo
with any folder name you want.) -
Type
cd qgp-demo
(or your project name) to enter the new folder. -
Type
npm i -g @antfu/ni
to install a helpful tool. -
Type
ni
to set up the project. -
Type
nr dev
to start the dev server. - Open http://localhost:3000 to see the entire site on the Astro dev server.
- 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!