https://github.com/techwithty/raycastingthreejs
https://github.com/techwithty/raycastingthreejs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/techwithty/raycastingthreejs
- Owner: TechWithTy
- Created: 2021-06-25T22:55:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T23:42:16.000Z (almost 5 years ago)
- Last Synced: 2025-12-28T12:28:21.423Z (5 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Starter
Courtesy of Bruno Simon of https://threejs-journey.xyz/
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:
``` bash
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build
```