This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Part 1 - Installation of Visual Studio / Visual Studio Code | |
1. Go to this link: https://visualstudio.microsoft.com/downloads/ | |
2. Choose "Visual Studio 2017 Community" or "Visual Studio Code" (Free to download and use) | |
3. Install the application. | |
Part 2 - Installation of .NET Core SDK | |
1. Go to this link: https://www.microsoft.com/net/download | |
2. Choose your machine's operating system (Windows, Linux or macOS). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Incase the viewport of tailwind is not looking great on mobile, use this meta tag. | |
``` | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
``` |