Driblinho / node-typescript-server

Typescript and NodeJS server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript and NodeJS server

Table of contents

General info

This project is simple Typescript and nodejs app setup with nodemon and ava for test.

Technologies

Project is created with:

  • Typescript: ^4.3.2
  • node: 14
  • nodemon: ^2.0.7
  • ava: ^3.15.0

Setup

Commands to run :

Dev server

npm run dev

Dev server with debug

npm run debug

Run ava tests

npm test

Build nodejs app to dist folder

npm build

Resources

About

Typescript and NodeJS server

License:MIT License


Languages

Language:TypeScript 100.0%