This is a simple boilerplate for ThreeJS
You have to first download Node.js. Then run these following commands:
# Install the dependencies in order for the app to load properly
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build