26 lines
1.0 KiB
Markdown
26 lines
1.0 KiB
Markdown
---
|
|
title: Client-side development in ASP.NET Core
|
|
author: rick-anderson
|
|
description:
|
|
ms.author: riande
|
|
ms.date: 08/27/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)
|
|
* [Use LibMan](xref:client-side/libman/index)
|
|
* [LibMan CLI](xref:client-side/libman/libman-cli)
|
|
* [LibMan in Visual Studio](xref:client-side/libman/libman-vs)
|
|
* [Manage client-side packages with Bower](xref:client-side/bower)
|
|
* [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)
|