All Projects → thangchung → modular-starter-kit

thangchung / modular-starter-kit

Licence: MIT license
The starter kit with entire modular approach to help remove boilerplate code in developing

Programming Languages

C#
18002 projects
CSS
56736 projects

Projects that are alternatives of or similar to modular-starter-kit

Module Shop
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 398 (+2742.86%)
Mutual labels:  modular, dotnetcore
Laravel Starter
A CMS like modular starter application project built with Laravel 8.x.
Stars: ✭ 299 (+2035.71%)
Mutual labels:  modular, starter-kit
Skeleton
A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE ←
Stars: ✭ 74 (+428.57%)
Mutual labels:  modular, starter-kit
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+24714.29%)
Mutual labels:  modular, dotnetcore
Module Shop Mini Program
一个基于 .NET Core构建的简单、跨平台、模块化的商城系统
Stars: ✭ 89 (+535.71%)
Mutual labels:  modular, dotnetcore
Cloud.BookList
使用52ABP 多租户(SaaS)模式下的书单管理功能,Angular + .net core 案例功能
Stars: ✭ 14 (+0%)
Mutual labels:  dotnetcore
react-starter
An opinionated simple react boilerplate
Stars: ✭ 22 (+57.14%)
Mutual labels:  starter-kit
cosmic
🌱🌌 Seed for a universal (native iOS, native Android, web, desktop) app based on react native web, redux and Typescript
Stars: ✭ 32 (+128.57%)
Mutual labels:  starter-kit
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (+100%)
Mutual labels:  starter-kit
ts-detox-example
Example TypeScript + React-Native + Jest project that integrates Detox for writing end-to-end tests
Stars: ✭ 54 (+285.71%)
Mutual labels:  starter-kit
react-redux-starter-kit
Get started with React, Redux, Webpack and eslint
Stars: ✭ 29 (+107.14%)
Mutual labels:  starter-kit
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+271.43%)
Mutual labels:  starter-kit
CleanTesting
Sample code for the Clean Testing talk.
Stars: ✭ 72 (+414.29%)
Mutual labels:  dotnetcore
nebuchadnezzar
on the way to cleanest react architechture
Stars: ✭ 15 (+7.14%)
Mutual labels:  starter-kit
Kitsu
A kitsu.io api wrapper written in C# .NET Core
Stars: ✭ 15 (+7.14%)
Mutual labels:  dotnetcore
build
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator
Stars: ✭ 30 (+114.29%)
Mutual labels:  modular
tdesign-vue-starter
A starter-kit for TDesign Vue UI components.
Stars: ✭ 199 (+1321.43%)
Mutual labels:  starter-kit
synth
A Teensy 4 modular FM polyphonic synth.
Stars: ✭ 39 (+178.57%)
Mutual labels:  modular
swan-aspnetcore
SWAN ASP.NET Core
Stars: ✭ 28 (+100%)
Mutual labels:  dotnetcore
pevn-starter
A basic example of how to use VueJS, Express and PostgreSQL in conjunction.
Stars: ✭ 53 (+278.57%)
Mutual labels:  starter-kit

modular-starter-kits (a.k.a MSK)

The starter kits with entire modular approach to help remove boilerplate code in developing

Nuget packages

Modular Architecture

  • Module Dependency



Routers

Migration

dotnet ef migrations add InitialConfigDbMigration -c ConfigurationDbContext -o Migrations/ConfigDb
dotnet ef migrations add InitialPersistedGrantDbMigration -c PersistedGrantDbContext -o Migrations/PersistedGrantDb
dotnet ef migrations add InitDb  -c ApplicationDbContext  -o Migrations/AppDb

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :p

Licence

Code released under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].