Example Astro app configured for Webflow Cloud.
/
├── public/
├── src/
│ ├── layouts/
│ ├── pages/
│ └── styles/
├── astro.config.mjs
├── wrangler.json
└── package.json
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start dev server at http://localhost:4321 |
npm run build |
Production build to ./dist/ |
npm run preview |
Build and preview with Wrangler locally |
npm run deploy |
Deploy with Webflow Cloud CLI |