Skip to content

apshada/React-Spring-Player

Repository files navigation


React Spring Player

spring

Twitter Follow

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.git

Step-2

Install all dependencies

# install deps
cd React-Spring-Player
npm install

Step-3: Starting the server

Finally to start the server execute this script

npm run start

open 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_NAME

Made with ❤️