Skip to content

NetCoreTemplates/react-spa

Repository files navigation

react-spa

.NET 8.0 react-spa Pages Tailwind Website

Browse source code, view live demo react-spa.web-templates.io and install with dotnet-new:

$ dotnet tool install -g x

$ x new react-spa ProjectName

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new react-spa