Can you deploy Angular apps to railway?

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?
3 Replies
Percy
Percy14mo ago
Project ID: dbdbd212-3161-46db-8a30-50117e89cb3a
Raffacakes
Raffacakes14mo ago
dbdbd212-3161-46db-8a30-50117e89cb3a
Brody
Brody14mo ago
yes they can, though it's up to the user to provide a sufficient method for railway to run the angular app 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 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