This ASP.net MVC contains Tailwind CSS and Alpine JS integration
- Download Node version 10.15+
You can also download and setup NVM if you want to manage multiple versions of node.
- Check and install Nuget Packages
- Microsoft.EntityFrameworkCore
- Microsoft.EntityFrameworkCore.SqlServer
- Microsoft.EntityFrameworkCore.Tools
- AlpineIntegration
- Open SQL Server nad connect to server name: (localdb)\MSSQLLocalDB
- Open VS Package Manager Console and run:
add-mirgration initalizedDatabase
and alsoupdate-database
- SimpleSchedule Database should now be created