The Mastro Guide – web development simplified.
New to web dev? Or only learned a specific framework, but never the fundamentals?
- The first couple of chapters will show you the basics of modern HTML and CSS: build a website and put it live – all in your browser (or if you prefer, using the command line).
- In later chapters, you’ll statically generate a blog, and implement a to-do list app: once with plain client-side JavaScript, then reactively.
- In the last part of this guide, you’ll run a server with a REST API, learn about bundling and caching, and discover some of the design space around different web application architectures.
This guide does not show you everything you’ll ever need to know about websites. Instead, it shows you the door to the world of web design, giving you an overview over the landscape, and tells you where to learn more. While the minimal Mastro framework is used for practical examples, the patterns discussed are universal.
Table of Contents
-
HTML, CSS and JavaScript
-
Static site generation
-
Running a server