Alternate web server solution for the demo project #38
dafvid
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
|
I was hoping to find a native solution in Node like this. But unfortunately I get |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I'm hesitant to add http-server as a dependency since it's quite a massive package (8.5M) with many dependencies: https://github.com/http-party/http-server/blob/master/package.json#L87 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I replaced the server.js with node module http-server.
My package.now looks like this
this replaces the serve script
Beta Was this translation helpful? Give feedback.
All reactions