Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerp86/primeiro-projeto-node
👨🏫 Aprendendo a configurar um projeto do total zero utilizando Node.js e TypeScript incluindo ferramentas como ts-node-dev, ESLint, Prettier, EditorConfig 📚
https://github.com/jerp86/primeiro-projeto-node
editorconfig eslint nodejs prettier ts-node-dev
Last synced: 3 days ago
JSON representation
👨🏫 Aprendendo a configurar um projeto do total zero utilizando Node.js e TypeScript incluindo ferramentas como ts-node-dev, ESLint, Prettier, EditorConfig 📚
- Host: GitHub
- URL: https://github.com/jerp86/primeiro-projeto-node
- Owner: jerp86
- Created: 2020-05-03T20:52:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T12:35:42.000Z (about 3 years ago)
- Last Synced: 2024-10-19T08:48:39.805Z (about 1 month ago)
- Topics: editorconfig, eslint, nodejs, prettier, ts-node-dev
- Language: TypeScript
- Homepage:
- Size: 346 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Aprendendo a configurar um projeto do total zero utilizando Node.js e TypeScript incluindo ferramentas como ts-node-dev, ESLint, Prettier, EditorConfig
---
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a8230203b71b4687a5be95c35d064511)](https://app.codacy.com/manual/jerp86/primeiro-projeto-node?utm_source=github.com&utm_medium=referral&utm_content=jerp86/primeiro-projeto-node&utm_campaign=Badge_Grade_Settings)
# Indice
- :clipboard: [Sobre](#clipboard-sobre)
- 👨💻️ [Tecnogias utilizadas](#%EF%B8%8F-tecnogias-utilizadas)
- 📦️ [Como baixar o projeto](#%EF%B8%8F-como-baixar-o-projeto)
- 🤔️ [Como contribuir](#%EF%B8%8F-como-contribuir)---
## :clipboard: Sobre
O **Primeiro projeto com Node.JS** é o início do Nível 02 do curso **Bootcamp GoStack** da [Rocketseat](https://rocketseat.com.br/).
Nessa fase foi aprendido a configurar um projeto do total zero utilizando Node.js e TypeScript incluindo ferramentas como ts-node-dev, ESLint, Prettier, EditorConfig.
---
## 👨💻️ Tecnogias utilizadas
O projeto foi desenvolvido utilizando as seguintes tecnologias:
- [Node.js](https://nodejs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Visual Studio Code](https://code.visualstudio.com/)
- [ESLint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Editor Config](https://editorconfig.org/)---
## 📦️ Como baixar o projeto
```bash
# Clonar o repositório
❯ git clone https://github.com/jerp86/primeiro-projeto-node.git# Entrar no diretório
❯ cd primeiro-projeto-node# Iniciar o projeto
❯ yarn dev:server
# ou pode utilizar npm
❯ npm dev:server
```---
## 🤔️ Como contribuir
1. Faça o `fork` deste repositório
2. Crie uma branch com sua feature:
- `$ git checkout -b minha_feature`
3. Confirme sua branch:
- `$ git commit -m "feature: Meu novo recurso"`
4. Envie sua branch:
- `$ git push origin minha_feature`---
Feito com ❤️ por Jerp86 👋️ Entre em contato!