A simple Express server built using TypeScript.
- Node.js (v14+)
- npm
-
Clone the repository:
- git clone
-
Install the dependencies:
- npm install
-
Development
- npm run dev
-
Build the project:
- npm run build
-
Start the server (after building):
- npm start
By default, the server will run on http://localhost:3000.