Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daviteixeira-dev/curso-web-moderno

Curso Web Moderno Completo com JavaScript 2021 + Projetos.
https://github.com/daviteixeira-dev/curso-web-moderno

javascript nodejs

Last synced: about 7 hours ago
JSON representation

Curso Web Moderno Completo com JavaScript 2021 + Projetos.

Awesome Lists containing this project

README

        


Curso Web Moderno Completo com JavaScript 2021 + Projetos


GitHub top language

Repository size


GitHub last commit


GitHub

GitHub Stars
GitHub Forks



About the course   |   
Technology   |   
Installation, execution and development   |   
How to contribute   |   
License

Banner do Curso

## 👨🏻‍💻 About the course
```👨🏻‍💻 Sobre o projeto```

Curso Web Moderno Completo com JavaScript 2021 + Projetos


Com o objetivo de aprender sobre a Web, 14 Cursos + Projetos, Javascript, Angular, React, Vue, Node, HTML, CSS, jQuery, Bootstrap, Webpack, Gulp e MySQL.

## 🚀 Technology
```🚀 Tecnologias```

- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)
- [Node.js](https://nodejs.org/en/)

## 💻 Installation, execution and development
```💻 Instalação, execução e desenvolvimento```

### Prerequisites
```💻 Pré-requisitos```

- [Node.js](https://nodejs.org/en/)
- [npm](https://www.npmjs.com/)

### 🌐 Web
```bash
### Install the dependencies
# Instale as dependências
$ npm install
$ npm init

### Ready to start the web application
# Tudo pronto para iniciar a aplicação web
$ gulp

```
## 🤔 How to contribute
```🤔 Como contribuir```

**Fork the repository and follow the steps below**

```Faça um fork deste repositório e siga os passos a baixo```

```bash
### Clone your fork
# Clone seu fork
$ git clone seu-fork-url && cd NOME_DO_REPO

### Create a branch with your feature
# Crie uma branch com sua feature
$ git checkout -b my-feature

### Commit your changes
# Faça commit das suas alterações
$ git commit -m 'feat: My new feature'

### Send the code to your remote branch
# Envie o código para sua remote branch
$ git push origin my-feature
```
**After your pull request is merged, you can delete your branch**

```Depois que sua pull request for merged, você pode deletar sua branch```

## 📝 License

This project has a MIT License - see the [LICENSE](./ LICENSE) for more details.

```Este projeto possui uma Licença MIT License - veja o arquivo [LICENSE](./LICENSE) para mais detalhes.```

---

Made with ❤️ by Davi Teixeira