-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How put front server in /app folder for url #47
Comments
You have to push the frontend web build code into the public folder of the backend. You can make a symbolic link |
By symbolic link, do you mean virtual host? |
No, I meant symbolic link. |
so should be ln -s /home/Desktop/carpoolear /Home/Desktop/carpoolear_backend/public/app or ? |
Yes something like that. Assuming that in /home/Desktop/carpoolear is the build of the front-end project |
@kfranco did you resolve this issue? |
You have to use the cordova browser build folder in order to work. |
Hi i have problem with url , i create a sub domain for backend file but send me problems with CORS so could you explain how create structure like http://localhost/app for front server and mantain http://localhost for back server i use ubuntu..
thanksyou
The text was updated successfully, but these errors were encountered: