AspNetCore.Docs/aspnetcore/client-side/index.md

30 lines
1.2 KiB
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Client-side development in ASP.NET Core
2016-10-29 01:35:15 +08:00
author: rick-anderson
2016-11-18 04:13:02 +08:00
description:
keywords: ASP.NET Core
2016-10-29 01:35:15 +08:00
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
ms.topic: article
ms.assetid: a8fb7eb7-e0e5-4394-84f3-1f1dbe0ba2e4
2016-11-17 08:24:57 +08:00
ms.technology: aspnet
ms.prod: asp.net-core
2017-08-05 02:38:46 +08:00
uid: client-side/index
2016-10-29 01:35:15 +08:00
---
# Client-side development in ASP.NET Core
2016-10-29 01:35:15 +08:00
- [Using Gulp](xref:client-side/using-gulp)
- [Using Grunt](xref:client-side/using-grunt)
- [Manage client-side packages with Bower](xref:client-side/bower)
- [Building beautiful, responsive sites with Bootstrap](xref:client-side/bootstrap)
- [Styling applications with Less, Sass, and Font Awesome](xref:client-side/less-sass-fa)
- [Bundling and minification](xref:client-side/bundling-and-minification)
2016-10-29 01:35:15 +08:00
- [TypeScript](https://www.typescriptlang.org/docs/handbook/asp-net-core.html)
- [Using Browser Link](xref:client-side/using-browserlink)
- [Using JavaScriptServices for SPAs](xref:client-side/spa-services)
- [Using the SPA project templates (RC)](xref:spa/index)
- [Angular project template](xref:spa/angular)
- [React project template](xref:spa/react)
- [React with Redux project template](xref:spa/react-with-redux)