The react-spring
series is designed to take you from Zero to Hero ⚔️ with animating in React.
You will be building an Audiobook Library with three animated views:
- home
- grid
- product detail
.
├── src
│ ├── App.js
│ ├── Pages.js
│ │
│ ├── components
│ │ ├── Books
│ │ └── ...
│ │
│ └── constants
│ └── ...
│
└── ...
-
Node:
11.10.0+
-
Dependency Resolver:
Yarn 1.12.3+
To get up and running with the React-Spring Demo - go to the start/
directory:
# Install Dependencies
yarn
# Start Demo App
yarn start
Then follow along with the video series to build out the full application.
If at any time you get stuck, you can peek at the finished project in the completed/
directory, but try your best to push through!
You got this!! 💖
IN-PROGRESS: Coming Soon...