Skip to content

A basic "Hello World" example of an API built with TypeScript

License

Notifications You must be signed in to change notification settings

hollyplankdev/hello-world-api-ts

Repository files navigation

Hello World API: TypeScript

An example Hello World API written with TypeScript.

Features

Using

Installing

Before you can do anything, the project must have its dependencies installed. Make sure you have pnpm installed, then run pnpm install at the project root to grab all deps.

Linting

You can lint the whole project by running pnpm lint in the root of the project.

Testing

You can test the whole project by running pnpm test in the root of the project. You can lint individual packages by navigating to one (such as apps/express-backend) and running npm run test or npm run test:watch in its directory.

Running express-backend

  • cd to apps/express-backend
  • Run the app with npm run start

About

A basic "Hello World" example of an API built with TypeScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published