My hackerrank solutions (in TS)
Find a file
2024-01-23 12:33:54 +01:00
src first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00
.gitignore first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00
package-lock.json first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00
package.json first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00
README.md first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00
tsconfig.json first commit + challenge repeated-string 2024-01-23 12:33:54 +01:00

node-base-project

Quick usage

1) Start development

 npm run build:watch
 npm run test:watch

2) Build

 npm run build

3) Run

 npm run start