Skip to content

๐ŸŒโœ… TypeScript Express API Template: Bootstrap your new HTTP API backend with TypeScript and Express

Notifications You must be signed in to change notification settings

rsdiaz/typescript-express-api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

TypeScript Express API Template

This is a template for starting a Express API project in TypeScript

Features

Start development

# Install dependencies
npm install

# Run in dev mode
npm run dev

# Generate production build
npm run build

# Run in production mode
npm run start

Linting

npm run build:lint

Testing

Jest with supertest for testing API

npm run test

About

๐ŸŒโœ… TypeScript Express API Template: Bootstrap your new HTTP API backend with TypeScript and Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published