✅ Adding an autonomous react front-end to a preexisting back-end
I can't seem to find any comprehensive guide on doing such a thing, but to explain what I have here:
- We already have a functioning back-end that has a docker-compose.yml that we are using to run the sqlserver and the api
- I want just a simple react typescript app to run probably using SPA.
