AspNetCore.Docs/docs/tutorials/your-first-mac-aspnet.rst

46 lines
1.6 KiB
ReStructuredText
Raw Normal View History

Your First ASP.NET 5 Application on a Mac
=========================================
By `Steve Smith`_ | Originally Published: 30 April 2015
.. _`Steve Smith`: Author_
ASP.NET 5 is cross-platform and can be developed and run on OS X as well as Linux and Windows. See how you can quickly install, scaffold, run, debug, and deploy ASP.NET applications on a Mac.
This article covers the following topics:
- `Setting Up Your Development Environment`_
- `Scaffolding Applications Using Yeoman`_
- `Developing ASP.NET Applications on a Mac With Visual Studio Code`_
- `Running Locally Using Kestrel`_
- `Publish to Azure`_
Setting Up Your Development Environment
---------------------------------------
First, make sure you have `installed ASP.NET on your Mac OS X machine </getting-started/installation/installing-on-mac/installing-on-mac>`_.
Scaffolding Applications Using Yeoman
-------------------------------------
Developing ASP.NET Applications on a Mac With Visual Studio Code
----------------------------------------------------------------
Running Locally Using Kestrel
-----------------------------
Publishing to Azure
-------------------
Summary
-------
ASP.NET 5 and DNX support installation on Mac OS X. Developers can quickly install the necessary tools to get started, including Yeoman for app scaffolding and Ticino for rapid lightweight editing with built-in support for debugging, git integration, and Intellisense.
Additional Reading
------------------
Learn more about Visual Studio Code:
- `Blog Post <http://blogs.msdn.com/>`_
.. include:: /_authors/steve-smith.rst