Skip to content

Webflow-Examples/hello-world-astro-devlink

Repository files navigation

Astro + Webflow Cloud

Example Astro app configured for Webflow Cloud.

Deploy to Webflow

Project structure

/
├── public/
├── src/
│   ├── layouts/
│   ├── pages/
│   └── styles/
├── astro.config.mjs
├── wrangler.json
└── package.json

Commands

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

Learn more

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors