open-scd icon indicating copy to clipboard operation
open-scd copied to clipboard

Create serve script to serve the static build output

Open pascalwilbrink opened this issue 9 months ago • 0 comments

There should be a new serve script that serves the build output from OpenSCD.

For this, we can make use of http-server.

Acceptance criteria:

  • serve should be dependent on npm run build
  • Serve should have port 3000
  • Serve should use the http-server package

pascalwilbrink avatar Apr 30 '24 14:04 pascalwilbrink