Deploying Angular app to Railway
Is this possible? If so, what are the steps to go about doing this?
7 Replies
Project ID:
dbdbd212-3161-46db-8a30-50117e89cb3a
dbdbd212-3161-46db-8a30-50117e89cb3a
can you share a link to your repo?
@Raffacakes
https://github.com/pixels-web-services/masjid-tech
Although it's a private repo. It's just a standard Angular app, the build command outputs the files into the dist folder, if that helps
that does help, you actually told me exactly what I was looking for
follow this guides, but this mentions serving the site from a folder named
build
but as you just mentioned angular's output is dist
so you will want to use dist
in place of build
when modifying the start script
https://help.railway.app/project-help/f9v3gkPQRy4UShk5SnoPDH/getting-your-create-react-app-running-on-railway/qHRsgxa5n57xLp1yVgk9fPproject and repo are 404
would you please reshare it?
Brody had answered my question. Thanks!