-
Use Visual Studio Code and install these extensions
-
esbenp.prettier-vscodeto format on save the HTML, CSS, TypeScript files.
-
dbaeumer.vscode-eslintto lint TypeScript files.
-
-
Keep in mind that there are 2 UIs: Desktop/Laptop UI and Mobile/Tablet UI, use
@media screen and (max-width: 768px)for Mobile/Tablet UI. -
Tools