https://github.com/data-miner00/delvissoligt
The Ultimate .NET Core MVC Template without heavy lib codes!
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.3%) to scientific vocabulary
Keywords
Repository
The Ultimate .NET Core MVC Template without heavy lib codes!
Basic Info
Statistics
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Delvis Soligt
The Ultimate .NET Core MVC Template without heavy lib codes!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
About The Project

A lightweight template for building .NET Core MVC applications with a full JavaScript ecosystem available.
Incentives:
- Wanted to have a more lightweight, versatile .NET Core MVC template
- Don't want to use the original MVC template
- Want to use TailwindCSS
- Buitl this MVC template so I can use it for other projects.
Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people who have contributed to expanding this template!
Built With
The technologies and tools used within this template.
- .NET MVC
- C#/Razor
- Esbuild
- JavaScript
- TypeScript
- TailwindCSS
- Selenium (Need regularly update Chrome driver NuGet)
- xUnit
Design
.NET MVC is a server-side web application framework. The official MVC template from Microsoft comes with a huge JavaScript and BootStrap library which I think it is cumbersome to maintain. I swapped the library with Node and npm build tools, in this case, esbuild to perform code splitting and bundling. It also supports transpilation from TypeScript to JavaScript and this makes the codebase more versatile and lightweight. Additionally, I can use TailwindCSS to style the web UIs which is extremely handy.
Getting Started
Prerequisites
The list of tools that are used when development.
Installation
To use this template for personal use or contribution, simply perform the following. A total of 2 terminals are required to get the core components of the application up and running for development.
- Clone the repo
sh git clone https://github.com/data-miner00/DelvisSoligt.git - Install Node dependencies
sh pnpm i - Install NuGet dependencies
sh dotnet restore - Change directory into
DelvisSoligt.Websh cd src/DelvisSoligt.Web - Optionally build TailwindCSS
sh pnpm build:css - Optionally build JavaScript from TypeScript
sh pnpm build:js - Watch TailwindCSS
sh pnpm watch:css - Start or watch MVC project
sh dotnet run # or dotnet watch - Build MVC project
sh dotnet build
Roadmap
- [x] TypeScript integration
- [ ] Unit Test
- [ ] Mobile responsive
- [x] Working navigation
- [x] Selenium UI test
- [ ] Fix Div soup
- [ ] Add fonts
- [ ] Authorization
- [x] jQuery
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
Distributed under the GPL3.0 License. See LICENSE for more information.
Acknowledgments
List of resources that are helpful and would like to give credit to.
Owner
- Name: Shaun Chong
- Login: data-miner00
- Kind: user
- Location: undefined, Mars
- Company: Experian
- Website: https://mumk.dev/
- Twitter: Has66771004
- Repositories: 76
- Profile: https://github.com/data-miner00
Full Queue Developer
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0