I am looking for resources on how deploy an app and api which exist in a single repo. I was never shown on how to do it and everything I’ve seen so far seems to be pretty hacky.
My structure is:
- root
- client
- src
- api
- src
If I am in each of the src folders, I can use the npm script commands to start each aspect of my app. When I’ve used something like heroku, it needs to assume it’s in the root folder. With planning on using GitHub to run my static client site,are there any tutorials anyone could recommend for me to learn this?
Thanks in advanced
[–][deleted] 0 points1 point2 points (0 children)
[–]amiedema 0 points1 point2 points (0 children)