TSM - Launching a website - basic steps

Attila-Mihaly Balazs - Software Panther @ Synapp.io

Launching a website cannot be simpler in theory: write ten lines of HTML , save it in a file named index.html and poof, you have a website. For the site to be able to fulfill the purpose for which it was built, it must have two qualities:
- to be usable by the users who need to access it
- potential users need to be able to learn about its existence

This article it will show the basic steps required to achieve these qualities.