codeLabs-summer2021 / 3D-Model-World

A real world environment to place, view, and share all your 3D models.
https://3d-model-world.netlify.app/
2 stars 0 forks source link

Set up the client/viewer project using a web bundler #6

Closed OmarShehata closed 3 years ago

OmarShehata commented 3 years ago

We should push an initial project setup to this repository for the viewer app that imports Mapbox (for example). This will be the base that other team members will build on as they add more features/UI to the project.

This should support adding libraries via npm, and being able to build/bundle the app for deployment.

My recommendation is to use Snowpack as the bundler, but Parcel/Webpack etc all work too.