This project was bootstrapped as an Astro project with the command:
npm create astro@latest -- --template basics
All default tooling setup via the above command is used, which includes:
- Nano Stores
- Playwright (Testing Framework)
- React
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Build the app using Astro.
Use buf
to generate the compiled protos via protobuf-es.
Run unit tests via the Playwright framework.