Three.js First Issue Terselesaikan Awward Gabungan Webgl HTML Worlds

open project folder

npm install --save three

in html file in script tag add type="module"
  <script type="module" src="app.js"></script>

in app.js
import * as THREE from 'three';
ap_Cooperative_dev