+ 1
Pls guys how do i upload my project into a web site
2 Antworten
+ 5
there are so many ways to publish your front end project out there without worrying about
- setting a server
- backend services
- Authentication
- Domain Name
try any of these
1. WordPress ( easiest)
2. Github Pages ( easy)
3. Make a firebase account , then deploy your webapp there ( just follow simple steps), awesome backend support too.
4. Deploy on Herouku, DigitalOcean, AWS ( a bit complicated with CLI)
5. Use the many free web hosting services,
6. convert ur Google drive to a running server using editey.com, and just put ur client side codes there
https://www.sololearn.com/discuss/1075001/?ref=app
0
thanks