#Running Needle Engine Offline

1 messages · Page 1 of 1 (latest)

gusty ermine
#

Want to run needle engine from a file:/// and not have to run a http:// server

light terrace
#

Just do a dev or production build and run the HTML file that's in the resulting dist folder.
Builds don't require any server for regular operation, the local server is only used for development (live reloads, typescript compilation, bundling, etc.)