https://github.com/edixonalberto/template-node-ts
Template to create any type of service using Nodejs with TypeScript
https://github.com/edixonalberto/template-node-ts
node template typescript
Last synced: 5 months ago
JSON representation
Template to create any type of service using Nodejs with TypeScript
- Host: GitHub
- URL: https://github.com/edixonalberto/template-node-ts
- Owner: EdixonAlberto
- License: mit
- Created: 2020-02-25T12:43:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T23:10:00.000Z (over 4 years ago)
- Last Synced: 2025-08-02T11:49:36.980Z (12 months ago)
- Topics: node, template, typescript
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Node TS
[](https://github.com/EdixonAlberto/)
[](https://github.com/microsoft/TypeScript)
[](https://github.com/prettier/prettier)

Template to create any type of service using Nodejs with TypeScript
## Technologies
- [Nodejs](https://nodejs.org)
- [TypeScript](https://www.typescriptlang.org/)
- [Express](https://expressjs.com)
- [Dotenv](https://www.npmjs.com/package/dotenv)
- [Prettier](https://prettier.io/)
- [Husky](https://typicode.github.io/husky)
## Comands
```sh
yarn # install modules
yarn dev # run app in mode developer
yarn build # build app
yarn start # run app in mode production
```