Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🔷🌍 TypeScript API Skeleton: Bootstrap your new HTTP API backend with TypeScript

NotificationsYou must be signed in to change notification settings

CodelyTV/typescript-api-skeleton

Repository files navigation

This is a repository intended to serve as a starting point if you want to bootstrap a express API project in TypeScript.

Features

Running the app

# install dependenciesnpm install# run in dev mode on port 3000npm run dev# generate production buildnpm run build# run generated content in dist folder on port 3000npm run start

Testing

Jest with supertest

npm run test

Linting

# run linternpm run lint# fix lint issuesnpm run lint:fix

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp