open-scd
open-scd copied to clipboard
Create serve script to serve the static build output
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