+ 3
Is their anyway to upload my website for free in internet..
Uploading my website
4 Answers
+ 8
I like to use netlify for the following reasons:
đ·its mainly for static sites so simple architecture
đ·good support for serverless functions
đ·.netlify domain completly free so for normal clients they can see production hoisted and ready website before getting buying actual domain
đ·excellent CLI tools and support for other tools such as static site generators such as gatsby
đ·link to git hub, so version support is solid, me personaly with little experience managed to be able to test and update site accordingly
đ·netlify team appears to be at top of thier game
đ·built and designed for JAM stack (look it up for more info)
đ·good documentation was easy to follow
Overall based on my experience highly recommended.
+ 5
yes.. github provides this
+ 4
you can use 000webhostapp , i got a free domain and server to put my website there
+ 1
Oma Falk thanks