charlesonunze / node-api-starter

An ExpressJS and TypeScript API starter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node API Starter

Scripts

npm run dev

Starts the application in development using nodemon and ts-node to do hot reloading.

npm run build

Builds the app at build, cleaning the folder first.

npm run start

Starts the app in production by first building the project with npm run build, and then executing the compiled JavaScript at build/index.js.

About

An ExpressJS and TypeScript API starter.


Languages

Language:TypeScript 97.8%Language:Shell 2.2%