Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pedrokehl/minimal-node-typescript-starter
- Owner: pedrokehl
- Created: 2019-05-19T14:36:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T04:51:51.000Z (over 5 years ago)
- Last Synced: 2024-03-04T21:41:56.047Z (12 months ago)
- Topics: jest, nodejs, tslint, typescript, unit-testing
- Language: TypeScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```