The main purpose of this repository is to have an up-to-date starter project to write Node code in TypeScript. The idea is to have no code at all, just an example of code and unit-test.
To build and run this app you just need Node.js installed.
- Clone the repository
git clone --depth=1 https://github.com/pedrokehl/minimal-node-typescript-starter <project_name>
- Install dependencies
cd <project_name>
npm install
- Start the project
npm start