Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 348 Bytes

File metadata and controls

12 lines (8 loc) · 348 Bytes

node

Node Projects

This repository involves my practice and demo applications running on NodeJs developed using Js/ Typescript.

Steps to Start Application

  1. Clone the project into local workspace.
  2. Run "npm install" on project root directory.
  3. Run "npm start" to get the application running on node server.

Troubleshooting Steps