/uimf-app

Starter template for UIMF-driven app built with ASP.NET Core 2.0

Primary LanguageJavaScript

UI Metadata Framework app template

This project is a starter template for buildings apps with UI Metadata Framework. The core technologies used:

  • UI Metadata Framework - the UIMF client used in this template is built on Svelte
  • ASP.NET Core 2.0
  • Entity Framework Core 2.0
  • Microsoft SQL Server

To setup the project

  1. Publish UimfApp.Database to an Sql Server instance.

To run project

  1. Inside UimfApp.Web/svelte-client run npm install, then npm run dev.
  2. Run UimfApp.Web
  3. Navigate to ~/system/seed to seed sample data.
  4. You can now login with username admin@example.com and password Password1.

How to rename project and all its files?

Use rename-project.ps1 powershell script to rename all folders and files to match your app's name. The script will also replace text inside all files to use your app's name.