Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/useanimations/react.useanimations.com

The React UseAnimations website
https://github.com/useanimations/react.useanimations.com

Last synced: 2 days ago
JSON representation

The React UseAnimations website

Awesome Lists containing this project

README

        

# useanimations.com

This repo contains the source code for [react.useanimations.com](https://react.useanimations.com).

![](useanimations-preview.gif)

## Project Setup

```shell
# Download the repo
git clone https://github.com/useAnimations/react.useanimations.com

# Enter the repo
cd react.useanimations.com

# Install the dependencies
yarn

# Start local development
yarn start
```

> **Note:** This requires Node.js and npm to be set up locally, see [nodejs.org](https://nodejs.org) for more information.