react-stickyroll
A react implementation of stickyroll (original)
File Explorer
Download Latest Version (.zip)- BUG_REPORT.yml
- FEATURE_REQUEST.md
- Code_Quality.yml
- Run_Tests.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- PULL_REQUEST_TEMPLATE.md
- commit-msg
- pre-commit
- main.js
- manager.ts
- preview.ts
- theme.ts
- yarn-3.2.0.cjs
- commands.ts
- component-index.html
- components.ts
- logo.svg
- stickyroll.cy.tsx
- constants.ts
- index.ts
- stickyroll.tsx
- types.ts
- use-stickyroll.ts
- examples.stories.tsx
- r3f.tsx
- stickyroll.stories.tsx
- use-stickyroll.stories.tsx
- .babelrc.json
- .browserslistrc
- .commitlintrc.json
- .editorconfig
- .eslintrc.json
- .gitignore
- .lintstagedrc.json
- .ncurc.json
- .nvmrc
- .nycrc.json
- .prettierrc.json
- .unimportedrc.json
- .yarnrc.yml
- CHANGELOG.md
- cypress.config.ts
- cypress.d.ts
- jest.config.mjs
- LICENSE
- package.json
- README.md
- rollup.config.mjs
- tsconfig.build.json
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/pixelass/react-stickyroll
Downloads the entire project code from GitHub to your computer.
cd react-stickyroll
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install @stickyroll/react react react-dom
Downloads and installs the libraries listed in package.json.
yarn add @stickyroll/react react react-dom
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
