An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Template Node TS

[![](https://img.shields.io/badge/author-Edixon_Piña-yellow?style=for-the-badge)](https://github.com/EdixonAlberto/)
[![](https://img.shields.io/badge/types-TypeScript-blue?style=for-the-badge)](https://github.com/microsoft/TypeScript)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)

![template](https://repository-images.githubusercontent.com/242997378/66b0959d-4a5d-4492-9517-48cdd1a3fc7d)

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
```