Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 533 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 533 Bytes

Welcome

A simple threejs based template for rotating 3D shpere with some sample texture. New coders are welcome to play with this repo.

Live Example

Nameless Co

Usage

Clone the repo

git clone [email protected]:varun-d/simple-threejs-3d.git

Install packages

yarn install

Using parcel for packaging and testing

Run

yarn dev

Uses parcel's inbuild dev server for hot reloading.

Build

yarn build

Uses parcel's bundle manager. Find your final files in /dist