futureinfo / Angular-for-Enterprise-Ready-Web-Applications-Second-Edition

Angular-for-Enterprise-Ready-Web-Applications, Second Edition, published by Packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular for Enterprise-Ready Web Applications, Second-Edition

May 2020, Published by Packt

Table of Contents

This book is supported by a network of 20 OSS projects, tools, and libraries created for the book, including MEAN stack examples and blue/green cloud deployments, as shown below: image

The beginning of each chapter contains detailed instructions on how to access chapter-wise versions of the code.

Web Development Environment Setup Scripts

Scripts for Windows 10 and macOS X to install web development tools

Source Repo: https://github.com/duluca/web-dev-environment-setup

Absolutely NO WARRANTIES or GUARANTEES are provided.

Minimum System Requirements

Windows 10: Windows 10 Pro v1703+ with PowerShell v5.1+ (Recommended: Powershell Core 7)

MacOS X: macOS Sierra v10.12.6+ with Terminal (Bash or Oh My Zsh)

Install

Execute the following command in for you system to begin installation:

Windows Powershell

Install-Script -Name setup-windows-dev-env
setup-windows-dev-env.ps1

MacOS Terminal

bash <(wget -O - https://git.io/JvHi1)
  • Installs from this repo on GitHub

LocalCast Weather CircleCI DeepScan grade Coverage Status Kanban Board

The most up-to-date versions of the sample code for this project are on GitHub at the repository linked below. This repository contains the final and completed state of the code. You can verify your progress at the end of each chapter by looking for the end-of-chapter snapshot of code under the projects folder.

Source Repo: https://github.com/duluca/local-weather-app

LemonMart LemonMart CircleCI Coverage Status DeepScan grade

The most up-to-date versions of the sample code for this project are on GitHub at the repository linked below. This repository contains the final and completed state of the code. You can verify your progress at the end of each chapter by looking for the end-of-chapter snapshot of code under the projects folder.

Source Repo: https://github.com/duluca/lemon-mart

LemonMart Server LemonMart Server CircleCI DeepScan grade Coverage Status

The most up-to-date versions of the sample code for the book can be found on GitHub at the repository linked below. This repository contains the final and completed state of the code for Chapter 10, RESTful APIs and Full Stack Implementation.

Source Repo: https://github.com/duluca/lemon-mart-server

Got Feedback or Issues?

For the benefit of all readers, please create a GitHub issue on the source repo (not this one) or submit a PR.

About

Angular-for-Enterprise-Ready-Web-Applications, Second Edition, published by Packt

License:MIT License