Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/useanimations/react.useanimations.com
- Owner: useAnimations
- License: other
- Created: 2019-10-02T11:52:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:20:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T23:41:55.486Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://react.useanimations.com/
- Size: 5.97 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.