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 ✨
- Host: GitHub
- URL: https://github.com/moverval/threejs-typescript
- Owner: moverval
- Created: 2020-09-19T11:09:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T04:57:35.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T03:39:46.685Z (over 1 year ago)
- Topics: threejs, tslint, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``.