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 installBe sure to change <PROJECT_NAME> with you project name.
npm run devnpm run buildAll the files will be loaded to dist folder