In the local development, we see the Expressjs error page a lot. Most probably the countless time in every day. You can do a beautiful representation of the error page, the will be more readable, eye-catching and nice to see.Telescope brings a beautiful error page of your application. Let’s see how we can integrate into our project.
Installation of Telescope
This is a Node.js module available through the npm registry. Installation is done using the npm install command:
npm install express-telescope
Cool, right?
You can learn more about this package, get full installation instructions, and view the source code on GitHub at https://github.com/getspooky/telescope.
Top comments (0)