rhysmorgan134 / node-CarPlay

MIT License
131 stars 23 forks source link

Revive node server example #63

Closed steelbrain closed 9 months ago

steelbrain commented 9 months ago

Fixes https://github.com/rhysmorgan134/node-CarPlay/issues/62

This PR adds an example for Node.js server and static client for it.

This PR moves away from the create-react-app template to something a little faster to build and more lightweight in terms of dependencies (esbuild vs webpack/CRA). If this is undesired, let me know and I am happy to revert