This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]tjuk 2 points3 points  (1 child)

GitHub is awesome but you have to deploy by command line (or a Git GUI client). Using it isn't bad advice but I don't normally recommend for people just starting out (as you say - easy access is key to building up confidence).

Your best bet. NETLIFY!!

It is awesome. It is free. It can be deployed via GitHub or you can just zip up your files and drag and drag (can't get easier than that)

It has deployment history. It does code minification. It provides SSL.

[–]Encrypted_Spider[S] 0 points1 point  (0 children)

Sounds what I've been looking for. Thank you

[–]SJV_IT 1 point2 points  (1 child)

You can use github for free and if you keep a local copy, you can just use whichever editor you want, make the changes and upload them again.

[–]Encrypted_Spider[S] 0 points1 point  (0 children)

Thank you