mckalexee / express-tedious-template

A template for an express API backed by tedious.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express/Tedious Template

A template for an express API backed by tedious.

Installation

  1. Clone the repository.
  2. Run npm install.

Building the application

  1. Run npm run build

Running the application

  1. Run npm start to start the application with nodemon
  2. You can also run node dist/boot to run it directly
  3. If you want to run an instance that restarts when you modify the code, run npm run dev

About

A template for an express API backed by tedious.


Languages

Language:TypeScript 100.0%