Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davebitter/view-transitions-api-demo
A demo of the View Transitions API
https://github.com/davebitter/view-transitions-api-demo
Last synced: about 1 month ago
JSON representation
A demo of the View Transitions API
- Host: GitHub
- URL: https://github.com/davebitter/view-transitions-api-demo
- Owner: DaveBitter
- Created: 2023-03-22T08:35:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-15T13:44:42.000Z (3 months ago)
- Last Synced: 2024-08-15T15:09:53.388Z (3 months ago)
- Language: HTML
- Size: 6.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# View Transitions API Demo
This repository holds the code showcasing the View Transitions API.
## Getting started
- Run `yarn` | `npm install` to install all needed dependencies
- Run `yarn dev` | `npm run dev` to run the development environment
- Run `yarn build` | `npm run build` to create a production build## Development setup
This project uses [Parcel](https://parceljs.org/) to develop and build. Refer to their documentation to get up to speed on how to work with it.