Skip to content

This repository is all about making a 3D game on the web using the popular Three.js library, along with HTML and CSS tech stacks.

Notifications You must be signed in to change notification settings

ac-ayan/flight404

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Starter

Courtesy of Bruno Simon of https://threejs-journey.xyz/

Setup

Download Node.js. Run this followed commands:

# 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

About

This repository is all about making a 3D game on the web using the popular Three.js library, along with HTML and CSS tech stacks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published