Skip to content

jm-sky/ts-nodemon-app

Repository files navigation

TS Nodemon App

Simple boilerplate app using Nodemon with TypeScript, .env and LowDb.

This simple boilerplate uses Nodemon with TypeScript TsNode in ESModule mode.

Configuration problems are discussed here TypeStrong/ts-node#2100

What does it do?

  • Loads config from .env
  • Says hello
  • Generates message every 5 seconds
  • Saves that message to JSON database

Install

npm i

Run

npm run start

About

Nodemon App with TypeScript and LowDb

Topics

Resources

Stars

Watchers

Forks