Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 323 Bytes

NodeJS Server With Express

In this code I was created a server with express module that will
open index.html (sign up form) file with help of sendFile()
on web browser with help of open module.

How to use

follow this step :-

1. Install dependencies -> npm install

2. To Run -> npm start