Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pedrokehl/minimal-node-typescript-starter

Minimal NodeJS TypeScript Starter
https://github.com/pedrokehl/minimal-node-typescript-starter

jest nodejs tslint typescript unit-testing

Last synced: about 8 hours ago
JSON representation

Minimal NodeJS TypeScript Starter

Awesome Lists containing this project

README

        

# Minimal Node with TypeScript Starter

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.

# Requirements
To build and run this app you just need [Node.js](https://nodejs.org/en/) installed.

# Getting started
- Clone the repository
```
git clone --depth=1 https://github.com/pedrokehl/minimal-node-typescript-starter
```
- Install dependencies
```
cd
npm install
```
- Start the project
```
npm start
```