Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-hoflogic-spa

hoflogic51.0.6TypeScript support: included

Generates an ASP.NET Core web API and a React + MobX SPA in TypeScript using Yeoman

yeoman-generator, spa, spa template, dotnet core template

readme

generator-hoflogic-spa

This is a Yeoman generator which generates an ASP.NET Core web Api and a React + MobX SPA in TypeScript. Navigate to the template readme file to see information about the output of this generator.

Developing This Script

Getting Started

  • Open a command prompt at the root of this repository
  • Invoke npm link (this can be reverted with npm unlink --global)
  • In another directory, invoke yo hoflogic-spa

Altering the Template

  • Navigate to generators\app\templates to view and edit the template.
  • Navigate to generators\app\index.js to see how the template variables are substituted.