A barebones Express.js API with TypeScript.
- Install dependencies:
npm install- Create your environment file:
cp .env.example .env- Run the development server:
npm run dev- The API will be available at http://localhost:3000
npm run dev- Start development server with hot reloadnpm run build- Build for productionnpm start- Run production build
/src- TypeScript source files/dist- Compiled JavaScript (generated after build)
- Node.js
- Express.js
- TypeScript