May 2020, Published by Packt
Table of Contents
- Web Development Environment Setup Scripts
- LocalCast Weather
- LemonMart
- LemonMart Server
- Got Feedback or Issues?
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:
The beginning of each chapter contains detailed instructions on how to access chapter-wise versions of the code.
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.
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)
Execute the following command in for you system to begin installation:
Install-Script -Name setup-windows-dev-env
setup-windows-dev-env.ps1
- Installs from PowerShell Gallery.
bash <(wget -O - https://git.io/JvHi1)
- Installs from this repo on GitHub
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
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
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
For the benefit of all readers, please create a GitHub issue on the source repo (not this one) or submit a PR.