This github repository, and also the book that it is meant to accompany, have now been superceded by the second edition of the book and a corresponding new repository: pro-mern-stack-2. The repository is no longer being maintained, but remains in GitHub as an archive.
This is the complete source code compilation of all code listings in the book Pro MERN Stack by Vasan Subramanian, published by Apress. The book can be purchased at any of these websites:
Each section in the book ends with a working application, which corresponds to a branch in this repository. For each section, you can browse the complete source, or look at the differences from the previous section/step using the appropriate link against each section, in this page.
There is no online demo, so if you want to take a peek into how the app will look like once it's done till the end of the book, you will need to do the following:
npm install
in the project directorynpm run compile
, followed by npm run compile-server
to generate the bundlesnpm start
to start the server on port 3000mongo scripts/init.mongo.js
to seed the database with some initial dataThe above requires that you know, or able to find out how to install Node.js and MongoDB.
There are no code listings in this chapter.
Errata / Issues relating to Chapter 2
Errata / Issues relating to Chapter 2
Errata / Issues relating to Chapter 3
Errata / Issues relating to Chapter 4
Errata / Issues relating to Chapter 5
Errata / Issues relating to Chapter 6
Errata / Issues relating to Chapter 7
Errata / Issues relating to Chapter 8
Errata / Issues relating to Chapter 9
Errata / Issues relating to Chapter 10
Errata / Issues relating to Chapter 11
Errata / Issues relating to Chapter 12
There are no code listings in this chapter.