thank you for the great tutorial .but I want to ask you small question how did you deploy the full stack together the react app and the node backend I thought each framework will start separately or you used MVC structure
Unfortunately I don't have the repo of this saved anymore to verify, but I'm pretty certain for this app I just used webpack to bundle my React app into a static directory and just had node serve that up!
10:07 Application #2 - Full Stack
Thanks bro, this saves soo much time compare to setting-up droplets every time i deploy client's project
Glad it helped!
Deploying some projects for a potential interview next week! Thank you for this.
Best of luck from all of us!!
thank you for the great tutorial .but I want to ask you small question how did you deploy the full stack together the react app and the node backend I thought each framework will start separately or you used MVC structure
Unfortunately I don't have the repo of this saved anymore to verify, but I'm pretty certain for this app I just used webpack to bundle my React app into a static directory and just had node serve that up!
i have built backend only in postgresql , i want to deploy it can you help me ??
App Spec with CORS please
Very interesting and useful tutorial. Thank you! Would love to see the same tutorial working with db with AWS (EC2 + RDS, or EC2-only) :)
😎 Stay tuned! ✌️
Helpful example, thanks!