AP
apshada/React-Spring-Player
Play With React Spring With In-Built Slider and Code Editor
React Spring Player
View Demo🖱️ · Report Bug 🐛 · Request Feature💡
✨ Features
- Learn and Create how UseSpring Hooks works in React-spring
- WIP(Upcoming Hooks UseTrail and UseChain)
Tech Stack
- React-Spring
- WebPack4
- Tailwind CSS
🚀 Local Development
Start developing locally.
Step-1
clone this repo
https://github.com/apshada/React-Spring-Player.gitStep-2
Install all dependencies
# install deps
cd React-Spring-Player
npm installStep-3: Starting the server
Finally to start the server execute this script
npm run startopen Localhost Port : 3010
All Package.json scripts
- 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
✌️ Contributing
You wanna contribute?
After cloning & setting up the local project you can push the changes to your github fork and make a pull request.
Pushing the changes
git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL BRANCH_NAMEMade with ❤️