examples
examples copied to clipboard
Use `npx` for better compatibility
- Start
http-serverwithnpx. (The existing approach doesn't work on Windows)
You don't need npx, just delete ./node_modules/.bin/ and npm start would work.
Without npx, would the library need to be installed globally?