Skip to content

hellodemola/express_typescript

Repository files navigation

Express Typescript Base repo

Built from the cycle planner repo as a base backend express typescript repo

Node.js TypeScript License


📂 Project Structure

backend/
├── src/
│ ├── server.ts # App entry point
| |─ test/ # Test
│ ├── app.ts # Express app setup
│ ├── routes/ # API routes
│ └── modules/ # Feature modules 
├── dist/ # Compiled output (after build)
├── package.json
├── tsconfig.json
└── README.md


🔧 Requirements


🚀 Development

Run in watch mode with hot reload:

npm run dev

App will be available at 👉 http://localhost:3000


This project is licensed under the MIT License.

About

Express typescript backend base repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published