• Stars
    star
    289
  • Rank 142,782 (Top 3 %)
  • Language
    C#
  • License
    Other
  • Created about 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Book Contents - Develop Mobile Apps with C# and Azure

Welcome to my book

This is the main source files for my book - Develop Cloud Connected Mobile Apps with Xamarin and Microsoft Azure. I'm intending on developing this with some help from my friends. Content is welcome - just do a PR and I will work with you.

Finding the book

You can find the book online.

Building the book

The book uses MkDocs for the content. Install pre-requisites with the following:

pip install [--user] mkdocs mkdocs-material

To build the static site, use:

mkdocs build --clean

To serve the static site locally, use:

mkdocs serve

The site will be on http://localhost:8000. The main site is automatically built when I merge changes into the main branch on GitHub.