This is a project scaffold for the AG Grid Frontend Test.
It is built on the Astro web framework.
/
├── ag-website-shared/
| └── src/
| └── components/ - Shared website components
| └── design-system/ - Design system files
├── public/ - Static assets
├── src/
| └── components/ - Astro/React components
| └── layouts/ - Layout components
│ └── pages/ - Astro pages
│ └── api/ - API endpoints
-
Install dependencies:
npm install -
Run the development server:
npm run dev
Body
{
"name": "Someone",
"message": "Hello there"
}