OliverCoding.GatsbyTemplate

This project is a .NET Core Template that serves GatsbyJS v2 as a SPA.

NuGet NuGet

Requires (or at least confirmed working with)

  • .NET Core 3.1.100
  • Node 10.16.3

Install

dotnet new -i "OliverCoding.GatsbyTemplate.CSharp"

Run

Powershell Window #1

dotnet new gatsby
dotnet run

Powershell Window #2

cd ClientApp
npm run develop

Open

https://localhost:5001/

License

This project is licensed under the MIT License - see the LICENSE file for details