Skip to content

⚡ Quickly scaffold a three.js project with Vite & TypeScript!

Notifications You must be signed in to change notification settings

freab/ye-gena-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Three.js starter project with Vite & TypeScript

GitHub package.json version GitHub last commit

Description

This is a template starter project to scaffold a new Three.js project with TypeScript and Vite.

Stack

  • Three.js
  • Vite
  • Prettier

Getting started

Use template

Simply click on Use this template on the right top corner of this page to get started.

Available scripts

# clone the repository
git clone  https://github.com/JonasBne/threejs-vite-starter-project.git <your-optional-repo-name-here>
# install dependencies
npm install
# run the development server
npm run dev
# build the application
npm run build

License

Copyright (c) 2023 Jonas Boone. MIT License.

About

⚡ Quickly scaffold a three.js project with Vite & TypeScript!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.7%
  • HTML 3.8%
  • CSS 3.5%