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

24 lines
984 B
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:
2018-01-29 23:21:31 +08:00
ms.author: riande
ms.date: 02/21/2018
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
- [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)
2016-10-29 01:35:15 +08:00
- [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)