Empty app for kata or practice typescript with node.js and jest.
Pre-riquisites
- Node.JS
- Typescript
- Jest
- Visual Studio Code.
to install package, run...
npm install
to run app (that should not have anything accept print 'Hello, TypeScript.')
npm run
to run test (it will include watch and code coverage), run...
npm test