Here you can find a boilerplate project set up for use with three.js. It provides a fast option to spin up a project so that you can experiment with three.js.
# Install dependencies
npm install
# Run dev server
npm run devNavigate to bash src/script.js and start editing the code there.