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

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.

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
```