GitHub - facueche/typescript-api-skeleton: 🔷🌍 TypeScript API Skeleton: Bootstrap your new TypeScript backend project

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Repository files navigation

TypeScript Express API Bootstrap (base / project starter)

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 dependencies
npm install

# run in dev mode on port 3000
npm run dev

# generate production build
npm run build

# run generated content in dist folder on port 3000
npm run start

Testing

Jest with supertest

npm run test

Linting

# run linter
npm run lint

# fix lint issues
npm run lint:fix

About

🔷🌍 TypeScript API Skeleton: Bootstrap your new TypeScript backend project

Resources

Readme

Activity

Stars

1 star

Watchers

0 watching

Forks

0 forks

Releases

No releases published

Languages

  • TypeScript 71.8%
  • JavaScript 28.2%