-
Use Visual Studio Code and install these extensions
-
esbenp.prettier-vscode
to format on save the HTML, CSS, TypeScript files.
-
dbaeumer.vscode-eslint
to 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