Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zacharybear/learn-three

Demos in learning `three.js`
https://github.com/zacharybear/learn-three

demos frontend threejs vite

Last synced: about 1 month ago
JSON representation

Demos in learning `three.js`

Awesome Lists containing this project

README

        

# Learn Three.js
This project has some demo for `Three.js`.

Built with Vite, in Vanilla + Typescript model.

# Getting Start

## Prepare Node.js Environment
Ensure there's Node.js(18+) installed on your personal computer.

You can use NVM switch the version conveniently:
```sh
nvm use
```
## Install dependencies
```sh
npm install

# You can choose your favorite package manager
yarn install
```

## Start development server
```sh
yarn dev
```

## Visit pages in your browser
Visit http://localhost:5173/pages/basic/ after started the development server.
By adding the `/` character at the end, browser will automatically shows the `index.html` file.

You can find pages in `./src/pages`

# License
This project is licensed with [MIT](LICENSE).