https://github.com/imhalid/sugar-technology-threejs-case
https://github.com/imhalid/sugar-technology-threejs-case
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imhalid/sugar-technology-threejs-case
- Owner: imhalid
- Created: 2023-12-06T20:02:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T20:12:58.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:17:55.503Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite + Three.js for Sugar Technology Case
## 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:5173
npm run dev
# Build for production in the dist/ directory
npm run build
```