Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/organique0/three.js-example-page
an example project for learning three.js with react
https://github.com/organique0/three.js-example-page
Last synced: about 2 months ago
JSON representation
an example project for learning three.js with react
- Host: GitHub
- URL: https://github.com/organique0/three.js-example-page
- Owner: Organique0
- Created: 2023-09-05T16:58:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T16:41:23.000Z (over 1 year ago)
- Last Synced: 2023-09-06T18:57:03.590Z (over 1 year ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# three.js-example-page
an example project for learning three.js with reactVite-React.js-Three.js
Link: https://www.youtube.com/watch?v=ZqEa8fTxypQ
server hosted on Render: https://three-js-example.onrender.com
in .env create a VITE_NODE_ENV variable and set it to "production" to use the deployed server on Render.
If you are running server on localhost make sure that it is on port 8080 and then change the variable value to "development".
Check config/config.js for more details.note to self: Openai does not work with the default version of node installed on Render.
You need to specify node version in .env: NODE_VERSION=18.17.1