{"id":25566541,"url":"https://github.com/pdmlab/aspnetcoremvctemplate","last_synced_at":"2026-05-01T00:31:43.557Z","repository":{"id":42045487,"uuid":"478115916","full_name":"PDMLab/AspNetCoreMvcTemplate","owner":"PDMLab","description":"A GitHub template for ASP.NET Core (.NET 6) MVC including TailwindCSS 3 ","archived":false,"fork":false,"pushed_at":"2023-10-11T12:57:49.000Z","size":1937,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T11:42:36.232Z","etag":null,"topics":["asp-net-mvc","aspnet-core-mvc","dotnet6","github-template","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PDMLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-05T12:20:59.000Z","updated_at":"2022-04-05T14:30:58.000Z","dependencies_parsed_at":"2025-02-20T22:33:11.405Z","dependency_job_id":"39db4b7e-7a83-41a5-8b7d-e52dfbe673a5","html_url":"https://github.com/PDMLab/AspNetCoreMvcTemplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/PDMLab/AspNetCoreMvcTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2FAspNetCoreMvcTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2FAspNetCoreMvcTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2FAspNetCoreMvcTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2FAspNetCoreMvcTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PDMLab","download_url":"https://codeload.github.com/PDMLab/AspNetCoreMvcTemplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2FAspNetCoreMvcTemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32481553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-mvc","aspnet-core-mvc","dotnet6","github-template","tailwindcss"],"created_at":"2025-02-20T22:33:04.673Z","updated_at":"2026-05-01T00:31:43.521Z","avatar_url":"https://github.com/PDMLab.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AspNet (Core)  MVC Template\n\nThis is a GitHub Template for ASP.NET Core MVC using .NET 6.\n\nIt contains\n\n* a .NET Solution\n* a ASP.NET Core MVC project\n* TailwindCSS 3 including hot reload (JIT)\n* tmux/tmuxinator windows / panes for development\n\n## Usage\n\n### Create a new Repository\n\n* Create a new Repository from this Template as described [here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).\n* Clone your new repository locally\n\n### Run the solution\n\n#### First time\n\n```\nyarn install\ncd src/AspNetCoreMvc\nyarn install\n```\n\n#### Development\n\n```\nyarn start\n```\n\n`tmuxinator` starts a new session with three windows:\n\n##### Workspace\n![](assets/screenshot_iterm_workspace.png)\n\n##### App (.NET output)\n![](assets/screenshot_iterm_app.png)\n\n##### Frontend (tailwind build)\n![](assets/screenshot_item_tailwind.png)\n\nBrowse https://localhost:5001\n\n![](assets/screenshot.png)\n\n## Known issues\n\n* Not tested on Windows\n* JetBrains Rider code completion does not work for TailwindCSS 3 JIT mode in `.cshtml` files [currently](https://youtrack.jetbrains.com/issue/RIDER-58725).\n\n## Renaming solution / project / folders\n\nOf course, you want to rename the projects files to match our needs.\n\nYou can use these commands, e.g. `AspNetCoreMvc`  gets renamed to `MyApp`:\n\n### Rename all references inside the files\n\n```bash\nLC_ALL=C find . -type f -name '*.*' -not \\( -path './node_modules/*' -o -path './src/AspNetCoreMvc/node_modules/*' -o -path './assets' \\) -exec sed -i '' 's|AspNetCoreMvc|MyApp|g' {} \\;\n```\n\n### Rename files and folders\n\n```bash\nfind . -depth -name \"*AspNetCoreMvc*\" | \\\nwhile IFS= read -r ent; do mv $ent ${ent%AspNetCoreMvc*}MyApp${ent##*AspNetCoreMvc}; done\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdmlab%2Faspnetcoremvctemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdmlab%2Faspnetcoremvctemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdmlab%2Faspnetcoremvctemplate/lists"}