Can you deploy Angular apps to railway?

RRaffacakes5/23/2023
I'd like my backend and frontend deployed in one place if possible, so I'm just wondering if Angular apps can also be hosted on railway?
RRaffacakes5/23/2023
dbdbd212-3161-46db-8a30-50117e89cb3a
Bbrody5/23/2023
yes they can, though it's up to the user to provide a sufficient method for railway to run the angular app
Bbrody5/23/2023
for example having railway run your angular app with ng serve would be a bad idea, as that command is meant only for running during development, and in production would eat a lot of memory and the website would have very poor performance / load times
Bbrody5/23/2023
help me understand more about your app so that I can help to provide a way to deploy it properly to railway, what kind of angular app is this? just one created with ng new