This kit provides a basic boilerplate code for building a Three js project.
Three js Documentation: https://threejs.org/docs/
git clone https://github.com/Idiomatic-Programmers/threejs_starter_kit.git <PROJECT_NAME>
cd <PROJECT_NAME>
npm install
Be sure to change <PROJECT_NAME> with you project name.
npm run dev
npm run build
All the files will be loaded to dist
folder