Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 540 Bytes

Chat application with Node.js, Express.js and EJS Templates

Installing

  1. Make sure you have these installed
  2. Clone this repository into your local

    git clone https://github.com/chiranjeevitapal/nodejs-ejs-chat.git

Run Application

Run > cd nodejs-ejs-chat
Run > npm install -g nodemon to install nodemon globally
Run > npm install to install the project dependencies
Run > npm start command to start the automation