Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jlarky/qgp.app

QGP website
https://github.com/jlarky/qgp.app

astrojs reactjs vite

Last synced: 2 days ago
JSON representation

QGP website

Awesome Lists containing this project

README

        

# QGP — Astro superpowered by Vite HMR

To try out QGP:

```
npx create-qgp@latest
```

To clone this repo:

```
git clone https://github.com/JLarky/qgp.app.git && cd qgp.app # clone repo
npm i -g @antfu/ni && ni # install dependencies
nr dev # start dev server
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/JLarky/qgp.app)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/JLarky/qgp.app)

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :--------------------------------------------------------------- |
| `npm i -g @antfu/ni` | Adds `ni` binary to help you with the insallation |
| `ni` | Installs dependencies |
| `npm run dev` or `nr dev` | Starts local dev server at `localhost:3000` and `localhost:5173` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro --help` | Get help using the Astro CLI |

## 👀 Want to learn more?

Check out [the website](https://qgp.deno.dev/).

## Credit

- Astro: [https://astro.build/](https://astro.build/)
- Vite: [https://vitejs.dev/](https://vitejs.dev/)
- Ryan Florence 👍 [tweet](https://twitter.com/JLarky/status/1618286589356171266)
- [website template](https://github.com/jazzypants1989/astro-docs-template)