wanderers-guide-legacy
wanderers-guide-legacy copied to clipboard
draft(react): React sketch
Hello! Okay sorry for the delay, some life things prevented me from getting to this.
General Disclaimers: Proof of concept, not production code, etcetec. This draft is to show how things could get connected in
Notable Things:
- Vite integration is done through the existing express server - this could probably be used for any SPA integration that uses Vite
- I added a quick sketch of a
api/profiles/characters
for the front-end to ping. There were a couple of small concurrency issues with the original code I cleaned up here - might be good to check out for these elsewhere in the codebase - Standard Tailwind integration isn't quite working yet, so I've dropped the Tailwind CDN in for now; I'll fix this in a production version
- You should be able to pull this down locally and run it, however the deployed version is not setup yet