Perf Experiments
This is a repo to host pages to run performance tests against them with PageSpeed Insights.
This also serves as a good example of using Astro + Builder.io via our Qwik API
Source code is on Github here
Setup
If you would like to clone this repo as an example of using Builder.io with Astro and our Qwik API, see this video for instructions
Commands
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:3000 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |