View Demo🖱️ · Report Bug 🐛 · Request Feature💡
- Learn and Create how UseSpring Hooks works in React-spring
- WIP(Upcoming Hooks UseTrail and UseChain)
- React-Spring
- WebPack4
- Tailwind CSS
Start developing locally.
clone this repo
https://github.com/apshada/React-Spring-Player.git
Install all dependencies
# install deps
cd React-Spring-Player
npm install
Finally to start the server execute this script
npm run start
open Localhost Port : 3010
- Main Dev scripts
- start - Run Server
- build - Build Static Files
- Tests
- test - Run all tests
- Codegen & Infra
- lint - Runs ESlint
- lint:fix - Runs ESlint & Fixes,
- prettier - Runs prettier
You wanna contribute? After cloning & setting up the local project you can push the changes to your github fork and make a pull request.
git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL BRANCH_NAME
Made with ❤️