Usage Instructions(for running the sample)
-
Clone the repo with command:
git clone https://github.com/epathak/node-typescript-oops.git
. -
OR Download as a zip: https://github.com/epathak/node-typescript-oops/archive/refs/heads/main.zip and unzip it.
-
Then run command:
start.bat
on Windows orstart.sh
on Linux/Mac. -
Open the link: http://localhost:3000/api/sample in browser to see "Hello World!" from sample module.
Usage Instructions(for development)
-
Clone the repo with command:
git clone https://github.com/epathak/node-typescript-oops.git
. -
OR Download as a zip: https://github.com/epathak/node-typescript-oops/archive/refs/heads/main.zip and unzip it.
-
For first run:
npm run build
&npm run start
ornpm run debug
as needed. -
The source files are located in src folder, start modifying and happy coding!