https://github.com/xxx87/ts-app-template
https://github.com/xxx87/ts-app-template
api backand boilerplate express nodejs rest-api server template typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xxx87/ts-app-template
- Owner: xxx87
- Created: 2025-01-06T10:49:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-08T13:26:15.000Z (5 months ago)
- Last Synced: 2026-05-03T15:39:29.920Z (about 2 months ago)
- Topics: api, backand, boilerplate, express, nodejs, rest-api, server, template, typescript
- Language: TypeScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TypeScript Application Template for Node.js for rapid development of server applications
### Technologies used
- TypeScript
- Node.js
- Express
- ESLint
- Prettier
- Husky
- Nodemon
- Winston (logger)
- TSC-Alias
- TSConfig-Paths
### Prerequisites
- Node.js v18+
- Yarn v1.22+
### Installation
1. Clone the repository
2. Run `yarn install` to install dependencies
3. Run `yarn build` to build the project
4. Run `yarn start` to start the project
5. Run `yarn dev` to start the project in development mode with hot reloading
### Tags/Topics
#typescript #nodejs #express #template #boilerplate #starter-kit #backend #server #api #rest-api #eslint #prettier #husky #nodemon #winston #development