Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.