Annotations for a minimal MERN repo

1 October 2021

Table of Contents

Here is most of the code in James Vickery’s simple-mern repo, annotated by myself. I thought this would be quicker than reading a big 500-page book.

Architecture notes

The application is split into frontend components (under client/) and backend components (mostly under src/.) The files under the root directory are discussed in their own post.