Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

Month: January 2019

Express Basic Route – c

We above example we can access localhost:3000 to root page and localhost:3000/contact to contact route, and we can pass user name as http://localhost:3000/users/edupala Example 2 Accessing static html file We can access static HTML file, in this file, we will create three file index.html, about.html and contact.html in public (create a public folder in root). […]

Scroll to top