28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
---
|
|
title: Client-side development in ASP.NET Core
|
|
author: rick-anderson
|
|
description:
|
|
manager: wpickett
|
|
ms.author: riande
|
|
ms.date: 10/14/2016
|
|
ms.prod: asp.net-core
|
|
ms.technology: aspnet
|
|
ms.topic: article
|
|
uid: client-side/index
|
|
---
|
|
# Client-side development in ASP.NET Core
|
|
|
|
- [Use Gulp](xref:client-side/using-gulp)
|
|
- [Use Grunt](xref:client-side/using-grunt)
|
|
- [Manage client-side packages with Bower](xref:client-side/bower)
|
|
- [Build responsive sites with Bootstrap](xref:client-side/bootstrap)
|
|
- [Style apps with LESS, Sass, and Font Awesome](xref:client-side/less-sass-fa)
|
|
- [Bundle and minify](xref:client-side/bundling-and-minification)
|
|
- [TypeScript](https://www.typescriptlang.org/docs/handbook/asp-net-core.html)
|
|
- [Use Browser Link](xref:client-side/using-browserlink)
|
|
- [Use JavaScriptServices for SPAs](xref:client-side/spa-services)
|
|
- [Use 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)
|