npm install
create a folder dist
and add an empty file inside it called main.js
npm start
The scene should be accessible at http://localhost:8080
Make changes in src/index.js
and save and the browser tab should auto-reload to reflect the changes