Skip to content

thewahome/node-dotnet-aot-sample

Repository files navigation

node-dotnet-sample

This is a sample project that demonstrates how to use the Node.js runtime to build a simple web application that interacts with a ASP.NET Core backend.

Prerequisites

Getting Started

  1. Install the .NET dependencies:

    dotnet restore
  2. Install the Node.js dependencies:

    npm install
  3. Build the .NET project and generate TypeScript definitions:

    npm run build
  4. Run the application:

    npm start

Usage

The application reads a sample YAML file, generates a plugin using the class, and prints the result to the console.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published