vagran / dxf-viewer

DXF 2D viewer written in JavaScript
Mozilla Public License 2.0
295 stars 87 forks source link

How to run in my local machine #2

Closed sivayekula closed 3 years ago

sivayekula commented 3 years ago

Could you please explain how to run this in my local machine

vagran commented 3 years ago

The simplest way is to check this repository: https://github.com/vagran/dxf-viewer-example-src Check it out, pull npm dependencies by npm install command and then run by npm run serve command. The example will be available by https://localhost:9001/ URL.

sivayekula commented 3 years ago

Thank you so much. it's working fine