This is a simple example of an Express server written in TypeScript.
- Node.js
- pnpm (or npm/yarn)
- Clone the repository:
git clone https://github.com/FireLord/ExpressTypescriptStarter.git cd ExpressTypescriptStarter
- Install dependencies:
pnpm install
- Start the server:
pnpm dev
- Open your browser and navigate to
http://localhost:3000
.