
A starter project for using Three.js, TypeScript, SCSS and Webpack. View the Github source here.
Features
- Webpack 5 + HMR
 - TypeScript + Three.js
 - SCSS + Autoprefixing
 
🚀 Getting Started
Get up and running with these simple steps:
- Clone the project
 - Run 
npm install - Run 
npm run dev 
Build tools
- Three.js - Three.js is a cross-browser JavaScript library and application programming interface used to create and display animated 3D computer graphics in a web browser using WebGL.
 - TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript.
 - Webpack 5 - App bundler for JavaScript.
 - SCSS - Preprocessor for SCSS to CSS.
 
📝License
This project is licensed under the MIT License - see the LICENSE.md file for details