Prerequisites
NodeJs: v20.13.1 NPM: v10.5.2
Run below command on cmd to clone this repository to local system
or download the zip file
after downloading or cloning
- open offer-letter-generator folder in visual studio code
- open command prompt (Header Menu -> ... Or Terminal -> Terminal -> New Terminal)
- run 'npm intall' on command prompt (to install node dependencies)
- run 'npm start' on command prompt (to run project)
- open link in browser http://localhost:3000/
Note: You can run npm install & npm start on cmd directly after moving in to offer-letter-generator directory