The Speckle Frontend App
Notes:
- in development mode, the server will proxy the app directly at localhost:3000
- in production mode, the server will serve the app statically from the /dist folder.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build