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

24 lines
984 B
Markdown

---
title: Client-side development in ASP.NET Core
author: rick-anderson
description:
ms.author: riande
ms.date: 02/21/2018
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](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)