-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
can i run my play project whith react js in port 9000 #15
Comments
Yes you can do that if you would like to. |
how ? my project run in port 3000 and load data from back end play java , but i can t see my front end who was is /app/views/ |
Your original frontend of /app/views/ should be running from your default port e.g. 8080. |
according to your explanation I must have two ports for my application and this is what I do not want, because it requires two servers (java and node). |
i have version 1 for my application , who the front end files are .scala.html in directory /app/views.
and now i want to use react js for another front end files for my project.
It s is possible?
can i integrate front end file with react (/ui/src/*)
and all run in port 9000 ?
Thanks in advance
The text was updated successfully, but these errors were encountered: