alfkonee / aurelia-razor-netcore2-skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donate

Aurelia Skeleton Navigation for .NET Core 2.0 (using Razor views and dynamic routes)

Instructions

  1. Install NodeJS
  2. Install JSPM globally: npm install -g jspm
  3. Clone/download this project
  4. Restore JSPM packages: jspm install

NOTE: Do this from the root directory of the project (not the solution root)

  1. One of the pages is a fully working CRUD demo for Kendo UI with OData. It relies on an existing MSSQL database. Change the connection string in appsettings.json and then run the Update-Database command from the Package Manager Console, which will create the database for you.

  2. That should be about it. Simply build and run the project.

OPTIONAL: When working with JSPM, I recommend using the following Visual Studio extension: Package Installer

License

This project is licensed under the MIT license.

Donate

If you find this project helpful, consider buying me a cup of coffee. :-)

PayPal:

paypal

Crypto:

  • Bitcoin: 1EeDfbcqoEaz6bbcWsymwPbYv4uyEaZ3Lp
  • Ethereum: 0x277552efd6ea9ca9052a249e781abf1719ea9414
  • Litecoin: LRUP8hukWGXRrcPK6Tm7iUp9vPvnNNt3uz

About

License:MIT License


Languages

Language:C# 77.9%Language:JavaScript 21.2%Language:CSS 0.9%