# react-spring-examples **Repository Path**: mirrors_pmndrs/react-spring-examples ## Basic Information - **Project Name**: react-spring-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Installation npm install npm start Demos will be live at http://localhost:8080 # Contributors 1. clone react-spring and react-spring-examples under the same root folder ``` /root /react-use-gesture /react-use-gesture-examples ``` 2. yarn/npm install both 3. cd react-use-gesture-examples 4. edit index.js ``` import examples from './components/examples-tests' //const DEBUG = false const DEBUG = 'latestbug' ``` 5. go to /demos/tests/latestbug and set up a demo that reproduces the problem 6. npm start, you can now make hot-reload edits in both repos (react-spring and react-spring-examples) 7. you can test integrity by running all examples, edit index.js again: ``` import examples from './components/examples-hooks' const DEBUG = false //const DEBUG = 'latestbug' ```