Skip to content

This is a demo repo to show off Astro's new View Transitions.

Notifications You must be signed in to change notification settings

javajunky/astro-3-view-transitions-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro 3 View Transitions Demo

Hello! This is a demo repo to show off Astro's new View Transitions. You can read my detailed blog post or just comb through the source code in the blog portion of this demo.

🚀 Project Structure

├── public/
├── src/
│   ├── components/
│   ├── content/
│   ├── layouts/
│   └── pages/
├── astro.config.mjs
├── README.md
├── package.json
└── tsconfig.json

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro -- --help Get help using the Astro CLI

Credit

This demo is using Astro's Blog Template as a starting point to demo the View Transitions API.

Resources

About

This is a demo repo to show off Astro's new View Transitions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published