Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 627 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 627 Bytes

Cloud Topology viewer

This repo contain the code to build a web-app that consist of a viewer for .obj files to perform pre/post processing operation on specific topology.

View of the application

A little preview of what the application consist of, a viewer and a loader.

Build the project

From the root of the project. Install the dependencies:

npm install 

Build the application:

npx webpack

Now you can serve the application bu using a simple web server to serve the index.html file:

python3 -m http.server