A basic animation has been created using threejs.
- Run
npm ito install all the required packages. - Install
http-servermodule to run a server.- Run
npm i http-server -gto globally install it - Run
http-server . -p <port-number>alongwith the port number to run the server in that port. - Default port is
8080
- Run
- Open localhost at port 8080 to run the animation.