This repository is used for assignments reference of the Sanbercode Employee Program.
-
Make sure you have Node.js and npm installed on your system. If not, you can download and install them from here.
-
Open a terminal or command prompt and navigate to the root directory of your project.
-
Use the following command to install the required dependencies:
npm install
To run the project, use the following command:
node filename.js
Replace filename.js with the actual name of your JavaScript file.