kasipavankumar / node-ts

A template for developing Node server applications with Typescript. πŸ“—

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Typescript Template πŸš€

A template for developing Node server applications using Typescript. Fork and start building in matter of minutes, no more bootstraping dependencies or writing config files. ⚑

Node Typescript Template

Scripts

  1. npm run dev - Start server in development mode. Uses nodemon for hot reload & ts-node for transpilation.
  2. npm run build - Transpiles TS files into JS for production.
  3. npm run start - Run server in production mode.
  4. npm run lint - Check source files for lint issues using Prettier.
  5. npm run format - Format source files using Prettier.

D. Kasi Pavan Kumar (c) 2021

About

A template for developing Node server applications with Typescript. πŸ“—

License:The Unlicense


Languages

Language:TypeScript 100.0%