My First Feature
A ForrestJS feature is an isolated module that implements existing hooks, creating new business value for the application.
Install the Dependencies
In this toutorial we will use the hooks library in order to describe a modular application:
npm add @forrestjs/core
Also, we use Nodemon as development runner:
npm add -D nodemon