DevMigration

Blog designed to help others.

Imports (part 3)

2020-08-23 Articles Renso Diaz
When it comes to developing a web application with Node.js Imports play a very important role in the creation of our application. They help us to structure and restructure the application any way that we want. But also gave us the ability to use modules written by other people and integrate them into our application. In Fact you already did create one and use it. In our Part 2 lesson when we created environment variables. Continue reading