https://github.com/alanbsmith/react-zest-playground
A small playground for adding and testing React Zest animations
https://github.com/alanbsmith/react-zest-playground
Last synced: 12 months ago
JSON representation
A small playground for adding and testing React Zest animations
- Host: GitHub
- URL: https://github.com/alanbsmith/react-zest-playground
- Owner: alanbsmith
- Created: 2017-01-09T19:06:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T17:38:33.000Z (over 9 years ago)
- Last Synced: 2025-03-28T18:52:16.654Z (over 1 year ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Zest Playground
## OVERVIEW
This is a small playground for adding and testing [React Zest](https://www.npmjs.com/package/react-zest) animations. The goal is to let you get a feel for using the Wrapper API in an existing React application.
#### SCREENSHOT

## UP & RUNNING
- `npm install` _or_ `yarn` _if you have [Yarn](https://www.npmjs.com/package/@whitecolor/yarn) installed._
- `npm start`
- visit `http://localhost:8080/`
## ADDING SOME ZEST
- `npm install --save react-zest` _or_ `yarn add react-zest` _if you have [Yarn](https://www.npmjs.com/package/@whitecolor/yarn) installed._
- View the [React Zest README](https://github.com/TheCognizantFoundry/react-zest/#example-usage) for usage documentation.