Skip to content

Simple template for starting REST API development using Node.js, Express, and TypeScript. The template is built with TypeScript natively and utilizes the SWC compiler to transpile TypeScript code into JavaScript.

Notifications You must be signed in to change notification settings

murprakoso/node-express-ts-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Express Typescript Starter

  • Install
npm install
  • Run
npm run dev
  • Build
npm run build
  • Path alias

You can use @/ as the path alias for example

import UserModel from "@/models/user"

This will be later transpiled to the actual path by tsconfig-paths

About

Simple template for starting REST API development using Node.js, Express, and TypeScript. The template is built with TypeScript natively and utilizes the SWC compiler to transpile TypeScript code into JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages