Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmalbuquerque/template_node_typescript
Template configurado com Typescript
https://github.com/dmalbuquerque/template_node_typescript
Last synced: 12 days ago
JSON representation
Template configurado com Typescript
- Host: GitHub
- URL: https://github.com/dmalbuquerque/template_node_typescript
- Owner: dmAlbuquerque
- Created: 2023-07-08T12:56:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T19:49:52.000Z (11 months ago)
- Last Synced: 2024-01-21T21:10:35.157Z (11 months ago)
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template Node Typescript
## Clonando o Projeto
```
https://github.com/dmAlbuquerque/template_node_typescript.git
```## Instalando as Dependências
```
npm i
```## Buildando o Projeto
```
/* Para Produção */
npm run build
```ou
```
/* Para Desenvolvimento */
npm run dev
```