AspNetCore.Docs/aspnetcore/spa/index.md

38 lines
1.3 KiB
Markdown
Raw Normal View History

---
title: Use the Single-Page Application templates
author: SteveSandersonMS
description: Learn how to install and get started with the ASP.NET Core Single-Page Application (SPA) release candidate project templates.
manager: wpickett
ms.author: scaddie
ms.custom: mvc
ms.date: 12/06/2017
ms.devlang: csharp
ms.prod: aspnet-core
ms.technology: aspnet
ms.topic: article
uid: spa/index
---
# Use the Single-Page Application templates (release candidate)
> [!NOTE]
> The released .NET Core 2.0.x SDK includes project templates for Angular, React, and React with Redux. **This documentation is not about those released project templates.** This documentation is for the next version of the Angular, React, and React with Redux templates, which we hope to ship in early 2018.
## Prerequisites
* [.NET Core SDK](https://www.microsoft.com/net/download), version 2.0.0 or later
* [Node.js](https://nodejs.org), version 6 or later
## Installation
Run the following command to install the **release candidate** of the ASP.NET Core templates for Angular, React, and React with Redux:
```console
dotnet new --install Microsoft.DotNet.Web.Spa.ProjectTemplates::2.0.0-rc1-final
```
## Use the templates
- [Use the Angular project template](xref:spa/angular)
- [Use the React project template](xref:spa/react)
- [Use the React with Redux project template](xref:spa/react-with-redux)