This is from the intro to threejs docs creating a scene. In the tutorial I was working on I was using CubeGeometry which I think now doesn't work and BoxGeometry works.
xxxxxxxxxx
<html>
<head>
<title>Intro to WebGL with three.js</title>
</head>
<body>
<div id="webgl-container"></div>
<script src="//cdnjs.cloudflare.com/ajax/libs/three.js/r68/three.js"></script>
<script src="cuber.js"></script>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/three.js/r68/three.js