April 2020
Intermediate to advanced
716 pages
18h 55m
English
To automatically restart the Node server as we update our code during development, we will use Nodemon to monitor the server code for changes. We can use the same installation and configuration guidelines we discussed in Chapter 2, Preparing the Development Environment.
Before we add run scripts to start developing and running the backend code, we will define configuration variables for values that are used across the backend implementation.