Hosting web
In railway can I hosting a static website with only html, css, javascript and a nodejs backend to call api to that static website in single project ?
4 Replies
Please provide your project ID or reply with
N/A
. Thread will automatically be closed if no reply is received within 10 minutes. You can copy your project's id by pressing Ctrl/Cmd + K -> Copy Project ID.that sounds like a monorepo, so yes you can
https://docs.railway.app/deploy/monorepo
one repo, two individual services, one for frontend, one for backend
oh cool that what I need thank for infomation
no problem!