Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 363 Bytes

File metadata and controls

8 lines (6 loc) · 363 Bytes

File Parser with Node.js and TypeScript

It is simple demo application with Node.js and TypeScript completed as a challenge.

To use application:

  1. Use 'npm install' to install libraries.
  2. Run 'npm start', it will build and transpile the ts code to js code in dist folder and start the application.
  3. Alternatively, use 'node dist/app.js' to run the app.