Install Parcel and the dependencies...
npm install -g parcel-bundler
cd IKSolver-for-threejs
npm install
...then start Parcel
npm run dev
Navigate to localhost:1234. You should see the app running.
Install Parcel and the dependencies...
npm install -g parcel-bundler
cd IKSolver-for-threejs
npm install
...then start Parcel
npm run dev
Navigate to localhost:1234. You should see the app running.