https://github.com/pishangujeniya/express-node-ts-boilerplate
Node + Typescript + Express API = Boilerplate Template
https://github.com/pishangujeniya/express-node-ts-boilerplate
api boilerplate express express-js mysql node node-typescript nodejs typescript
Last synced: 10 days ago
JSON representation
Node + Typescript + Express API = Boilerplate Template
- Host: GitHub
- URL: https://github.com/pishangujeniya/express-node-ts-boilerplate
- Owner: pishangujeniya
- License: mit
- Created: 2020-05-23T08:00:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T00:59:38.000Z (7 months ago)
- Last Synced: 2025-04-09T17:07:22.394Z (3 months ago)
- Topics: api, boilerplate, express, express-js, mysql, node, node-typescript, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 312 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Ts Boilerplate for Express API

### How to debug and run the project.
- `npm install`
- `npm run dev`
- For debugging mode Open VSCode Debug Panel, Select **Launch with ts-node** and hit play
- First sample endpoint: POST > `http://localhost:3000/accounts/signup`
- For production build run `npm run build`
> For production build make **false** to `inlineSourceMap` and `inlineSources` in _tsconfig.json_