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

https://github.com/moverval/threejs-typescript

A minimal typescript threejs project to get started quickly ✨
https://github.com/moverval/threejs-typescript

threejs tslint typescript webpack

Last synced: 3 months ago
JSON representation

A minimal typescript threejs project to get started quickly ✨

Awesome Lists containing this project

README

          

# Threejs Typescript

A simple threejs typescript starter project

## Quick Setup

Use ``git clone https://github.com/MMNN321/threejs-typescript.git`` to get the project

Execute ``npm ci`` to install the dependencies

Make a development build with ``npm run dev``

Start live editing with ``npm run dev-server``

## How to build the project?

A production build can be made with ``npm run build``.

To live edit the project, use ``npm run dev-server``.

To make a development build, use ``npm run dev``.

## Where can I edit the typescript code?

Typescript code is located in folder ``src/script/index.ts``.

To create a new project, delete the Example Scene and adjust ``src/script/index.ts``.