Sample typescript project managed using NPM.
This will help you to set the project up and running on your local machine for development and testing purposes.
- Node Download here
- Optional IDE VSCode
Check in your terminal if node and npm is succesfully installed.
node -v
npm -v
Install typescript
npm install typescript -g
Clone the project
git clone ${url}
Navigate to the cloned project directory and then install the project dependencies
npm install
Run the application
npm start