https://github.com/ac-ayan/flight404
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.
https://github.com/ac-ayan/flight404
html-css-javascript threejs threejs-webgl-game webpack
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ac-ayan/flight404
- Owner: ac-ayan
- Created: 2021-10-30T18:25:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T18:42:27.000Z (over 4 years ago)
- Last Synced: 2025-06-01T04:34:54.657Z (about 1 year ago)
- Topics: html-css-javascript, threejs, threejs-webgl-game, webpack
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Starter
Courtesy of Bruno Simon of https://threejs-journey.xyz/
## 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:8080
npm run dev
# Build for production in the dist/ directory
npm run build
```