-
Notifications
You must be signed in to change notification settings - Fork 36
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
where i can deploy this website? #3
Comments
hmm, yeah, I have developed this web in my 2nd year. A possible solution is to make some changes to the code, build the frontend folder into the backend, and then deploy the backend in any cloud like AWS. It will act like a client-side routing, when the user reaches the site, the backend will simply return the built index.hmtl file. You can get the idea from this React page: |
Maybe you can make a video about this, And using a free domain would be
appreciated because students don't have money to invest just for the
purpose of showcasing their projects. I hope you understand.
You know, This will help most people with this problem.
Please think about it and share the link in your git repo README file.
…On Fri, Mar 1, 2024 at 10:57 PM Quang Hoang ***@***.***> wrote:
hmm, yeah, I have developed this web in my 2nd year. A possible solution
is to make some changes to the code, build the frontend folder into the
backend, and then deploy the backend in any cloud like AWS. It will act
like a client-side routing, when the user reaches the site, the backend
will simply return the built index.hmtl file.
You can get the idea from this React page:
https://create-react-app.dev/docs/deployment/
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWIB7JMLESJ5VPX3YLRMGNDYWC26VAVCNFSM6AAAAAAV75CXC6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZTGU4TENBYGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, I just updated the code to support deployment. Just run the backend in an AWS EC2 instance. But remember to install mysql, node and all the environment for the website in that instance. |
Hey i was wondering how can i deploy this website and make it live cuz the frontend and backend has separate folder
The text was updated successfully, but these errors were encountered: