react-hexgrid
Build interactive hexagon grids with React
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- node.js.yml
- npm-publish.yml
- main.js
- preview.js
- favicon.ico
- index.html
- Animations.css
- App.css
- App.js
- Filters.css
- index.css
- index.js
- .gitignore
- package.json
- README.md
- index.html
- App.css
- App.js
- favicon.ico
- index.css
- index.js
- .gitignore
- package.json
- README.md
- favicon.ico
- index.html
- App.css
- App.js
- index.css
- index.js
- .gitignore
- package.json
- README.md
- favicon.ico
- index.html
- App.css
- App.js
- GameLayout.css
- GameLayout.js
- index.js
- TilesLayout.css
- TilesLayout.js
- .gitignore
- package-lock.json
- package.json
- README.md
- favicon.ico
- index.html
- App.css
- App.js
- index.css
- index.js
- .gitignore
- package.json
- README.md
- favicon.ico
- index.html
- manifest.json
- App.css
- App.js
- index.css
- index.js
- logo.svg
- .gitignore
- package.json
- README.md
- favicon.ico
- index.html
- App.css
- App.js
- configurations.json
- index.css
- index.js
- .gitignore
- package.json
- README.md
- index.html
- Hexagon.tsx
- Text.tsx
- Hex.ts
- Orientation.ts
- Point.ts
- basic-example.css
- basic-example.stories.tsx
- hexagon.stories.tsx
- hexgrid.stories.tsx
- layout.stories.tsx
- path.stories.tsx
- pattern.stories.tsx
- svg.txt
- coordinates.stories.tsx
- custom-grid.stories.tsx
- drag-and-drop.story-disabled.tsx
- GameLayout.css
- GameLayout.tsx
- TilesLayout.css
- TilesLayout.tsx
- App.css
- path-finding.stories.tsx
- pattern-swap.stories.tsx
- configurations.ts
- templates.stories.tsx
- way-of-life.stories.tsx
- colors.tsx
- GridGenerator.tsx
- HexGrid.tsx
- HexUtils.ts
- index.ts
- Layout.tsx
- Path.tsx
- Pattern.tsx
- HexGrid.test.tsx.snap
- Layout.test.tsx.snap
- Path.test.tsx.snap
- Pattern.test.tsx.snap
- Hexagon.test.tsx.snap
- Hexagon.test.tsx
- GridGenerator.test.tsx
- HexGrid.test.tsx
- HexUtils.test.tsx
- Layout.test.tsx
- Path.test.tsx
- Pattern.test.tsx
- .editorconfig
- .gitignore
- .npmignore
- .prettierrc.json
- babel.config.js
- CHANGELOG.md
- coordinates.png
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- react-hexgrid.png
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/Hellenic/react-hexgrid
Downloads the entire project code from GitHub to your computer.
cd react-hexgrid
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install react-hexgrid@beta
Downloads and installs the libraries listed in package.json.
npm install --save react-hexgrid
Downloads and installs the libraries listed in package.json.
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)
